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

Delta Between Two Patch Sets: static/css/main.css

Issue 29690912: Fixes #9 - Update cross-promotional section (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Left Patch Set: Addressed comments #2 Created Feb. 20, 2018, 11:16 a.m.
Right Patch Set: Change background image to solid colour Created Feb. 28, 2018, 8:40 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
1 * 1 *
2 { 2 {
3 font-family: Arial, sans; 3 font-family: Arial, sans;
4 font-size: 16px; 4 font-size: 16px;
5 } 5 }
6 6
7 body 7 body
8 { 8 {
9 margin: 0; 9 margin: 0;
10 line-height: 1.5; 10 line-height: 1.5;
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 } 244 }
245 245
246 /******************************************************************************* 246 /*******************************************************************************
247 * .bg-* utilities 247 * .bg-* utilities
248 ******************************************************************************/ 248 ******************************************************************************/
249 249
250 .bg-accent 250 .bg-accent
251 { 251 {
252 color: #fff; 252 color: #fff;
253 background-color: #077CA6; 253 background-color: #077CA6;
254 }
255
256 .bg-secondary
257 {
258 color: #000;
259 background-color: #F4F4F4;
254 } 260 }
255 261
256 /******************************************************************************* 262 /*******************************************************************************
257 * #navbar 263 * #navbar
258 ******************************************************************************/ 264 ******************************************************************************/
259 265
260 #navbar 266 #navbar
261 { 267 {
262 min-height: 4em; 268 min-height: 4em;
263 background-color: #c70d2c; 269 background-color: #c70d2c;
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
682 { 688 {
683 display: none; 689 display: none;
684 } 690 }
685 691
686 /* overriding display:none above */ 692 /* overriding display:none above */
687 #footer #social-list 693 #footer #social-list
688 { 694 {
689 display: block; 695 display: block;
690 } 696 }
691 } 697 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld