[Box Backup-commit] COMMIT r2031 - box/boxbackup-web
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Sat, 12 Jan 2008 17:41:02 +0000 (UTC)
Author: chris
Date: 2008-01-12 17:41:01 +0000 (Sat, 12 Jan 2008)
New Revision: 2031
Modified:
box/boxbackup-web/bbstyles.css
Log:
Reduce line height to increase readability.
Modified: box/boxbackup-web/bbstyles.css
===================================================================
--- box/boxbackup-web/bbstyles.css 2008-01-12 16:25:08 UTC (rev 2030)
+++ box/boxbackup-web/bbstyles.css 2008-01-12 17:41:01 UTC (rev 2031)
@@ -20,7 +20,7 @@
#page {
font-size: .75em;
- line-height: 180%;
+ line-height: 150%;
text-align: left;
margin-top: 50px;
margin-right: 100px;
@@ -29,7 +29,7 @@
width: auto }
tr,td {font-size: 1em;
- line-height: 180%;
+ line-height: 150%;
text-align: left;
background-color: #e4e6ed;
padding: 4px }
@@ -76,4 +76,4 @@
a:hover {
color: #c00;
text-decoration: underline;
- background-color: transparent }
\ No newline at end of file
+ background-color: transparent }