diff options
author | Dexter Morgan <dmorgan@mageia.org> | 2010-12-21 10:43:18 +0000 |
---|---|---|
committer | Dexter Morgan <dmorgan@mageia.org> | 2010-12-21 10:43:18 +0000 |
commit | 125207ab5aecc08b6380732d9d9b6d244d0af700 (patch) | |
tree | e95fbbb4897e41d850fd365a645e25c5c437047e /root/static/style | |
parent | 443b3ea6f7231e582f656f7b7baac055eb5a44d3 (diff) | |
download | identity-125207ab5aecc08b6380732d9d9b6d244d0af700.tar identity-125207ab5aecc08b6380732d9d9b6d244d0af700.tar.gz identity-125207ab5aecc08b6380732d9d9b6d244d0af700.tar.bz2 identity-125207ab5aecc08b6380732d9d9b6d244d0af700.tar.xz identity-125207ab5aecc08b6380732d9d9b6d244d0af700.zip |
Revert previous commit and add a comment.
Diffstat (limited to 'root/static/style')
-rw-r--r-- | root/static/style/yui/reset-fonts-grids.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/root/static/style/yui/reset-fonts-grids.css b/root/static/style/yui/reset-fonts-grids.css index 91c8051..3b360d7 100644 --- a/root/static/style/yui/reset-fonts-grids.css +++ b/root/static/style/yui/reset-fonts-grids.css @@ -78,7 +78,12 @@ body{ #doc,#doc2,#doc3,#doc4,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7{ margin:auto; text-align:left; - width:37.00em; + /* + * FIXME: + * It would be better to use 30.00em for the index page and an othe size for the other pages + * this would allow us to not waste space. + */ + width:57.69em; *width:56.25em; } #doc2{ |