Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: anwiki/_override-static/global/global/css/main-desktop.css

Issue 9051084: Changed images to use CSS sprites (Closed)
Patch Set: Removed regression fix Created Dec. 21, 2012, 9:47 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: anwiki/_override-static/global/global/css/main-desktop.css
===================================================================
--- a/anwiki/_override-static/global/global/css/main-desktop.css
+++ b/anwiki/_override-static/global/global/css/main-desktop.css
@@ -123,6 +123,7 @@
{
display: block;
margin-top: 2px;
+ white-space: nowrap;
}
#logo
@@ -134,7 +135,7 @@
#content
{
margin-top: 50px;
- margin-bottom: 300px;
+ margin-bottom: 230px;
}
footer
@@ -143,11 +144,11 @@
left: 0;
bottom: 0;
width: 100%;
- height: 210px;
+ height: 140px;
/* Disable the sticky footer in IE6/7 */
.position: relative;
- .bottom: 210px;
+ .bottom: 140px;
}
footer nav
« no previous file with comments | « anwiki/_override-static/global/global/css/main.css ('k') | anwiki/_override-static/global/global/css/main-mobile.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld