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

Side by Side Diff: anwiki/_override-static/global/global/css/topics-mobile.css

Issue 9269015: CSS and sprites for the new contribute page (Closed)
Patch Set: Created Jan. 28, 2013, 5:18 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 .topic .sprite
2 {
3 position: static;
4 margin: 30px 0px 10px 10px;
5 float: right;
6 }
7
8 html[dir="rtl"] .topic .sprite
9 {
10 margin: 30px 10px 10px 0px;
11 float: left;
12 }
OLDNEW

Powered by Google App Engine
This is Rietveld