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

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

Issue 9148089: Less hacky implementation of the language selection (Closed)
Patch Set: Created Jan. 9, 2013, 1:15 p.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.css
===================================================================
--- a/anwiki/_override-static/global/global/css/main.css
+++ b/anwiki/_override-static/global/global/css/main.css
@@ -32,16 +32,23 @@ button
cursor: pointer;
}
code, pre
{
font-family: "Courier New", monospace;
}
+pre
+{
+ background: cornsilk;
+ padding: 10px;
+ border: 1px solid black;
+}
+
.sprite
{
display: inline-block;
font-size: 0px; /* fix for IE6 height bug */
background-image: url(../img/sprite-main.png);
background-repeat: no-repeat;
}

Powered by Google App Engine
This is Rietveld