diff options
author | Sarven Capadisli <csarven@status.net> | 2010-01-08 11:41:36 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-01-08 11:41:36 +0000 |
commit | 8d1ee38087aeb44f13297bf1dfdbab8d133339ad (patch) | |
tree | 91c3b8c39aba268bb97c2627bde3d6aa9e9f1cdb /theme/base | |
parent | 5d04e4588691be6177f3475e61ba5b908a77280a (diff) |
Updated styles for versions page
Diffstat (limited to 'theme/base')
-rw-r--r-- | theme/base/css/display.css | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index f441a4020..47afdabe3 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -1332,7 +1332,7 @@ margin-bottom:18px; .instructions ul, .hentry entry-content ol, .hentry .entry-content ul { -list-style-position:inside; +margin-left:1.795%; } .hentry .entry-content li { margin-bottom:18px; @@ -1341,6 +1341,31 @@ margin-bottom:18px; margin-left:18px; } +#content #plugin_authors { +min-width:122px; +} +#content thead th { +text-align:left; +} +#content tbody th { +vertical-align:top; +text-align:left; +font-weight:normal; +padding-top:11px; +padding-right:18px; +} +#content tbody tr { +border-top-width:1px; +border-top-style:dotted; +} +#content td { +padding:11px 18px 11px 0; +vertical-align:top; +} +#content td:last-child { +padding-right:0; +} + /* TOP_POSTERS */ .section tbody td { padding-right:18px; |