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

Side by Side Diff: anwiki/_override-static/global/global/css/features-desktop.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 #content
2 {
3 width: 980px;
4 }
5
6 .feature
7 {
8 width: 500px;
9 }
10
11 .feature-small
12 {
13 -webkit-transition: margin-top .2s;
14 -moz-transition: margin-top .2s;
15 -ms-transition: margin-top .2s;
16 transition: margin-top .2s;
17 }
18
19 .feature-small:hover
20 {
21 text-decoration: underline;
22 margin-top: 2px;
23 }
OLDNEW
« no previous file with comments | « anwiki/_override-static/global/global/css/features.css ('k') | anwiki/_override-static/global/global/css/features-mobile.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld