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: Refactored Created Oct. 6, 2017, 12:47 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
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

Powered by Google App Engine
This is Rietveld