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

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

Issue 29326102: Issue 3009 - Add support links to social media and forums to adblockbrowser.org (Closed)
Patch Set: fixed the string Created Sept. 8, 2015, 1 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 | « pages/ios-support/index.md ('k') | 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 @font-face 1 @font-face
2 { 2 {
3 font-family: "Source Sans Pro"; 3 font-family: "Source Sans Pro";
4 src: url(fonts/SourceSansPro-Light.woff); 4 src: url(fonts/SourceSansPro-Light.woff);
5 /* local("Ø") forces using no local font called Source Sans Pro */ 5 /* local("Ø") forces using no local font called Source Sans Pro */
6 src: local("Ø"), url(fonts/SourceSansPro-Light.woff) format("woff"); 6 src: local("Ø"), url(fonts/SourceSansPro-Light.woff) format("woff");
7 font-weight: 300; 7 font-weight: 300;
8 font-style: normal; 8 font-style: normal;
9 } 9 }
10 10
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 background-color: #ffffff; 145 background-color: #ffffff;
146 } 146 }
147 147
148 .content-left 148 .content-left
149 { 149 {
150 max-width: 40%; 150 max-width: 40%;
151 display: inline-block; 151 display: inline-block;
152 vertical-align: top; 152 vertical-align: top;
153 } 153 }
154 154
155 #content h1 155 #content h1, #content h2
156 { 156 {
157 display: inline-block; 157 display: inline-block;
158 font-weight: 300; 158 font-weight: 300;
159 font-size: 38px; 159 font-size: 38px;
160 line-height: 46px; 160 line-height: 46px;
161 margin-bottom: 17px; 161 margin-bottom: 17px;
162 margin-top: 0px; 162 margin-top: 0px;
163 } 163 }
164 164
165 #content h2
166 {
167 font-size: 30px;
168 margin-top: 17px;
169 }
170
165 .note 171 .note
166 { 172 {
167 padding: 10px; 173 padding: 10px;
168 border: 1px solid #27AAE1; 174 border: 1px solid #27AAE1;
169 border-radius: 5px; 175 border-radius: 5px;
170 } 176 }
171 177
172 #content .note h1 178 #content .note h1
173 { 179 {
174 margin: 0px; 180 margin: 0px;
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 #content 596 #content
591 { 597 {
592 padding: 34px 0px 68px 0px; 598 padding: 34px 0px 68px 0px;
593 } 599 }
594 600
595 #footnotes 601 #footnotes
596 { 602 {
597 margin-top: 34px; 603 margin-top: 34px;
598 } 604 }
599 } 605 }
OLDNEW
« no previous file with comments | « pages/ios-support/index.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld