Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit 02d8223

Browse files
author
chad-upton
committed
removing middle alignment and reducing bottom padding to 0
1 parent ffd4d99 commit 02d8223

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

priv/www/css/main.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ input#truncate { width: 50px; text-align: right; }
9393

9494
table { border-collapse: collapse; }
9595
table th { font-weight: normal; color: black; }
96-
table th, table td { font: 12px Verdana, sans-serif; padding: 2px 4px; }
96+
table th, table td { font: 12px Verdana, sans-serif; padding: 2px 4px 0px 4px; }
9797
table.list th, table.list td { vertical-align: top; min-width: 5em; width: auto; }
9898

9999
table.list { border-width: 1px; margin-bottom: 1em; }
@@ -111,8 +111,6 @@ table.list td.plain, table.list td.plain td, table.list td.plain th { border: no
111111
table.list th.plain { border-left: none; border-top: none; border-right: none; background: none; }
112112
table.list th.plain h3 { margin: 0; border: 0; }
113113

114-
div.updatable>table.list td { vertical-align: middle; }
115-
116114
#main .internal-purpose, #main .internal-purpose * { color: #aaa; }
117115

118116
div.section table.list, div.section-hidden table.list { margin-bottom: 0; }

0 commit comments

Comments
 (0)