Hans Joachim Desserud has proposed merging lp:~hjd/widelands-website/valid-css into lp:widelands-website.
Requested reviews: Widelands Developers (widelands-dev) For more details, see: https://code.launchpad.net/~hjd/widelands-website/valid-css/+merge/53853 Fixes some errors in the .css-files, bringing the stylesheets a few steps closer to valid css. For more information see the individual commit messages, and/or bug 736975. -- https://code.launchpad.net/~hjd/widelands-website/valid-css/+merge/53853 Your team Widelands Developers is requested to review the proposed merge of lp:~hjd/widelands-website/valid-css into lp:widelands-website.
=== modified file 'media/css/base.css' --- media/css/base.css 2010-11-22 11:56:56 +0000 +++ media/css/base.css 2011-03-17 16:50:09 +0000 @@ -5,7 +5,7 @@ color: #FFFFFF; text-align: center; height:110px; - order-bottom:2px solid #090909; + border-bottom:2px solid #090909; } /***************************************************************/ @@ -273,7 +273,7 @@ background-image: url('../img/Navbar.png'); background-repeat: repeat-x; border-left: 0px solid #999999; - bolder-right: 0px solid #999999; + border-right: 0px solid #999999; border-top: 0px solid #999999; padding-top: 2px; padding-bottom: 0px; === modified file 'media/css/forum.css' --- media/css/forum.css 2010-09-03 13:33:57 +0000 +++ media/css/forum.css 2011-03-17 16:50:09 +0000 @@ -91,7 +91,7 @@ margin-bottom: 20px; } .post .avatar { - width: "100%"; + width: 100%; padding: 2px; } === modified file 'media/css/old_xoops_remainings.css' --- media/css/old_xoops_remainings.css 2009-02-25 16:39:09 +0000 +++ media/css/old_xoops_remainings.css 2011-03-17 16:50:09 +0000 @@ -249,7 +249,7 @@ border-bottom-width : 1px; border-left-width : 2px; border-color : #090909; - padding: 8; + padding: 8px; } .mediawikitable {
_______________________________________________ Mailing list: https://launchpad.net/~widelands-dev Post to : widelands-dev@lists.launchpad.net Unsubscribe : https://launchpad.net/~widelands-dev More help : https://help.launchpad.net/ListHelp