diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-06-18 01:41:53 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-06-18 01:41:53 +0000 |
commit | f36d90a7556da192df1afe5ba24fa32e276f4dc7 (patch) | |
tree | 29515f54fc2f47cf9e4ff63f466f4cd0c0fb1445 | |
parent | 00736bddd199b2a43820367c3476b9e9ec84c0db (diff) |
Minor removal
-rw-r--r-- | theme/base/css/display.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index e1b92edce..d6ecef2fc 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -12,7 +12,7 @@ img { display:block; border:0; } a abbr { cursor: pointer; border-bottom:0; } table { border-collapse:collapse; } ol { list-style-position:inside; } -html { font-size: 87.5%; height:100%; } +html { font-size: 87.5%; } body { background-color:#FFFFFF; color:#000; |