diff options
author | neysx <neysx> | 2008-09-28 13:29:40 +0000 |
---|---|---|
committer | neysx <neysx> | 2008-09-28 13:29:40 +0000 |
commit | dabd246de2c5ffa242b7b76c3ddb7ba7c961b0aa (patch) | |
tree | 980e3f2bec91d94a7ea943b93d4cf177fe9d7415 | |
parent | added upstream tags to metadata.dtd, bug 234730 (diff) | |
download | www-redesign-dabd246de2c5ffa242b7b76c3ddb7ba7c961b0aa.tar.gz www-redesign-dabd246de2c5ffa242b7b76c3ddb7ba7c961b0aa.tar.bz2 www-redesign-dabd246de2c5ffa242b7b76c3ddb7ba7c961b0aa.zip |
#236374 keep items vertically aligned
-rw-r--r-- | xml/htdocs/css/main.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xml/htdocs/css/main.css b/xml/htdocs/css/main.css index b8db981c..6cb58650 100644 --- a/xml/htdocs/css/main.css +++ b/xml/htdocs/css/main.css @@ -237,6 +237,8 @@ pre { text-align: justify; margin:10px; } +.news ul {display:table;} /* BUG #236374:keep all items vertically aligned */ +.news ol {display:table;} /* BUG #236374:keep all items vertically aligned */ .newsicon { float: left; margin-right: 12px; |