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

Unified Diff: anwiki/_override-static/global/global/css/index-mobile.css

Issue 9051084: Changed images to use CSS sprites (Closed)
Patch Set: Removed trailing whitespaces Created Dec. 20, 2012, 3:59 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/index-mobile.css
===================================================================
--- a/anwiki/_override-static/global/global/css/index-mobile.css
+++ b/anwiki/_override-static/global/global/css/index-mobile.css
@@ -5,6 +5,18 @@
margin-right: 0;
}
+#content>div:first-child
Felix Dahlke 2012/12/21 09:20:11 I've removed this deliberately, because the video
+{
+ display: -webkit-flex;
+ display: -moz-flex;
+ display: -ms-flex;
+ display: flex;
+ -webkit-flex-direction: column;
+ -moz-flex-direction: column;
+ -ms-flex-direction: column;
+ flex-direction: column;
+}
+
#video
{
-webkit-box-sizing: border-box;

Powered by Google App Engine
This is Rietveld