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

Side by Side Diff: design/default.css

Issue 8493027: Acquired Opera AdBlock code (Closed)
Patch Set: Created Oct. 8, 2012, 5:58 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 | « config.xml ('k') | design/footer.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 body{
2 font-size: 0.95em;
3 font-family: Roboto, "Droid Sans", Calibri, sans-serif;
4 text-align: justify;
5 padding: 0px;
6 margin: 0px;
7 }
8 #content {
9 padding-top: 90px; /*top, right, bottom, left*/
10 padding-bottom: 40px;
11 padding-left: 15%;
12 padding-right: 15%;
13 }
14 #content h2 {
15 width: 100%;
16 margin-top: 5px;
17 padding-top: 5px;
18 }
19 #content hr {
20 background: lightgray;
21 height: 1px;
22 border: 0px;
23 }
24 #content .section {
25 padding: 5px;
26 column-count: 2;
27 }
28 #content a {
29 color: darkblue;
30 text-decoration: none;
31 }
32 #content a:visited {
33 color: darkblue;
34 }
35 #content a:hover {
36 text-decoration: underline;
37 }
38 #content .time {
39 font-size: 0.7em;
40 }
OLDNEW
« no previous file with comments | « config.xml ('k') | design/footer.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld