Created
February 3, 2010 23:55
-
-
Save jasonmelgoza/294197 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body.search div#mi_content_container form#searchBar { display: none; } | |
body.search div#mi_content_container div#nav { clear: both; display: block; float: none; } | |
body.search div#mi_content_container div.result { border-bottom: 2px solid #FFFFFF; margin: 15px 0; padding-bottom: 10px; } | |
body.search div#mi_content_container div.result h2 { font-size: 16px; line-height: 18px; } | |
body.search div#mi_content_container { width: 960px; } | |
body.search div#mi_content { width: 960px; } | |
body.search div#wrap { float: left; width: 625px; } | |
body.search div#mi_sidebar { float: left; padding: 10px; width: 300px; } | |
body.search div.rectangleAd { background: none repeat scroll 0 0 #999999; height: 100px; margin: 0 0 15px; width: 300px; } | |
body.search div#mi_content_container div.result span.resultType { font-size: 12px; color: #555; } | |
body.search div#pagination { } | |
body.search div#pagination ul li.round a { border: 1px solid #DDDDDD; display: block; float: left; margin-right: 2px; padding: 2px 5px; text-align: center; vertical-align: bottom; } | |
body.search div#pagination ul li.round { float: left; } | |
body.search div#pagination ul li.current a { background: none repeat scroll 0 0 #DDDDDD; } | |
body.search div.largeRectangleAd { background: #999; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment