projects
/
pgarchives.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59dbcf6
)
Fix width of message header titles.
author
Thom Brown
<thom@linux.com>
Mon, 9 Jul 2012 21:02:20 +0000
(22:02 +0100)
committer
Thom Brown
<thom@linux.com>
Mon, 9 Jul 2012 21:02:20 +0000
(22:02 +0100)
django/media/css/table.css
patch
|
blob
|
blame
|
history
diff --git
a/django/media/css/table.css
b/django/media/css/table.css
index 4013f7f5eac28c105d3011a7349b4a8b923dc586..864f07dfb6eac6f1e951ab1d3a0ee7ec678e3548 100644
(file)
--- a/
django/media/css/table.css
+++ b/
django/media/css/table.css
@@
-105,6
+105,10
@@
table.message td
{
vertical-align: top;
}
+table.message th
+{
+ width: 8em;
+}
table.message
{