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

Side by Side Diff: static/css/main.css

Issue 29347262: 2872 - "Adblock Plus and (a little) more" overlaps at small view port sizes at on adblockplus.org (Closed)
Patch Set: Created July 2, 2016, 7: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 | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 background-color: #f8f6f2; 9 background-color: #f8f6f2;
10 background-image: url(../img/background.png); 10 background-image: url(../img/background.png);
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 { 249 {
250 position: absolute; 250 position: absolute;
251 width: 128px; 251 width: 128px;
252 height: 128px; 252 height: 128px;
253 background-position: -83px -83px; 253 background-position: -83px -83px;
254 } 254 }
255 255
256 #content h1 256 #content h1
257 { 257 {
258 font-size: 30px; 258 font-size: 30px;
259 line-height: 48px;
259 } 260 }
260 261
261 #content h2 262 #content h2
262 { 263 {
263 font-weight: bold; 264 font-weight: bold;
264 font-size: 25px; 265 font-size: 25px;
265 } 266 }
266 267
267 #content h3 268 #content h3
268 { 269 {
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 409
409 div.animation[started="false"] 410 div.animation[started="false"]
410 { 411 {
411 cursor: pointer; 412 cursor: pointer;
412 } 413 }
413 414
414 div.animation[started="true"] 415 div.animation[started="true"]
415 { 416 {
416 -moz-user-select: none; 417 -moz-user-select: none;
417 } 418 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld