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

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

Issue 29588968: Noissue - Updated defaults.css and refactored #navbar-container (Closed) Base URL: https://bitbucket.org/adblockplus/adblockplus.org
Patch Set: Created Oct. 25, 2017, 5:58 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 | « static/css/defaults.css ('k') | templates/default.tmpl » ('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 margin: 0; 9 margin: 0;
10 line-height: 1.5; 10 line-height: 1.5;
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 { 183 {
184 height: 4em; 184 height: 4em;
185 background-color: #c70d2c; 185 background-color: #c70d2c;
186 } 186 }
187 187
188 #navbar li 188 #navbar li
189 { 189 {
190 list-style-type: none; 190 list-style-type: none;
191 } 191 }
192 192
193 /* padding provided by navbar contents */ 193 #navbar .container
194 .navbar-container
195 { 194 {
196 width: 1170px; 195 padding-left: 0;
ire 2017/10/27 08:43:11 I see that you did this because of the mobile navi
juliandoucette 2017/10/27 08:59:37 You may be referring to the homepage content? If s
ire 2017/10/27 12:30:09 Ack. I was referring to homepage.
197 margin: 0 auto; 196 padding-right: 0;
198 }
199
200 /* full-width under .container max-width */
201 @media(max-width: 1199px)
202 {
203 .navbar-container
204 {
205 width: 100%;
206 }
207 } 197 }
208 198
209 /* #navbar #navbar-logo 199 /* #navbar #navbar-logo
210 ******************************************************************************/ 200 ******************************************************************************/
211 201
212 #navbar-logo 202 #navbar-logo
213 { 203 {
214 /* padding is visible in hover background-color change */ 204 /* padding is visible in hover background-color change */
215 padding: 0em 1em; 205 padding: 0em 1em;
216 color: #fff; 206 color: #fff;
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 { 597 {
608 display: none; 598 display: none;
609 } 599 }
610 600
611 /* overriding display:none above */ 601 /* overriding display:none above */
612 #footer #social-list 602 #footer #social-list
613 { 603 {
614 display: block; 604 display: block;
615 } 605 }
616 } 606 }
OLDNEW
« no previous file with comments | « static/css/defaults.css ('k') | templates/default.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld