diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-06-17 19:04:41 -0700 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-06-17 19:04:41 -0700 |
commit | c14c9e1a086f0de29ef5c37fbeb34f6082b1c5ef (patch) | |
tree | 7ee73bd35b93cab98aecfcfdd1f467f39a3a22b2 | |
parent | 6c7bdf9df67d02d26d3052e7fba5a80c482aacb8 (diff) | |
parent | f36d90a7556da192df1afe5ba24fa32e276f4dc7 (diff) |
Merge branch 'userdesign' into 0.8.x
* userdesign:
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; |