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

Side by Side Diff: static/css/noscript-mobile.css

Issue 29558641: Issue 5740 - Implemented new abp.org footer styles (Closed) Base URL: https://bitbucket.org/adblockplus/adblockplus.org
Patch Set: Addressed comments Created Oct. 11, 2017, 1:11 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
« no previous file with comments | « static/css/main-mobile.css ('k') | static/img/footer-facebook-glyphicon.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #menu:hover>li 1 #menu:hover>li
2 { 2 {
3 display: block; 3 display: block;
4 } 4 }
5
6 footer nav section:hover h1::after
7 {
8 content: url(/static/img/mobile/arrow-down.png);
9 }
10
11 footer nav section:hover li
12 {
13 display: block;
14 }
OLDNEW
« no previous file with comments | « static/css/main-mobile.css ('k') | static/img/footer-facebook-glyphicon.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld