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

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

Issue 29337807: Issue 3097 - Refactored subscriptions list table on adblockplus.org/en/subscriptions (Closed)
Patch Set: Removed extra whitespace Created July 29, 2016, 10:52 a.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 | « pages/subscriptions.tmpl ('k') | static/css/main-desktop.css » ('j') | 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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 .toc ul ul 316 .toc ul ul
317 { 317 {
318 padding-left: 40px; 318 padding-left: 40px;
319 } 319 }
320 320
321 .toc li 321 .toc li
322 { 322 {
323 margin: 4px 0; 323 margin: 4px 0;
324 } 324 }
325 325
326 footer 326 #footer-main
327 { 327 {
328 display: block; 328 display: block;
329 background: white; 329 background: white;
330 box-shadow: 0 -1px 0 0 #b5b4b0, 0 -2px 0 0 #e4e1dc; 330 box-shadow: 0 -1px 0 0 #b5b4b0, 0 -2px 0 0 #e4e1dc;
331 padding: 0; 331 padding: 0;
332 } 332 }
333 333
334 footer nav h1, footer nav li 334 #footer-main nav h1, #footer-main nav li
335 { 335 {
336 color: #444444; 336 color: #444444;
337 border-bottom: 1px solid #dedede; 337 border-bottom: 1px solid #dedede;
338 } 338 }
339 339
340 footer h1 340 #footer-main h1
341 { 341 {
342 font-size: 16px;
342 margin-top: 0; 343 margin-top: 0;
343 margin-bottom: 15px; 344 margin-bottom: 15px;
344 } 345 }
345 346
346 footer nav li 347 #footer-main nav li
347 { 348 {
348 margin-bottom: 5px; 349 margin-bottom: 5px;
349 } 350 }
350 351
351 #social-list 352 #social-list
352 { 353 {
353 list-style: none; 354 list-style: none;
354 padding: 0; 355 padding: 0;
355 margin: 0; 356 margin: 0;
356 } 357 }
(...skipping 51 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 | « pages/subscriptions.tmpl ('k') | static/css/main-desktop.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld