22
33// fix for less v2 vs bootstrap v2, see http://stackoverflow.com/a/28182792/2028598
44#grid {
5- .core {
6- .span (@gridColumns ) {
7- width : (@gridColumnWidth * @gridColumns ) + (@gridGutterWidth * (@gridColumns - 1 ));
8- }
5+ .core {
6+ .span (@gridColumns ) {
7+ width : (@gridColumnWidth * @gridColumns ) + (@gridGutterWidth * (@gridColumns - 1 ));
98 }
10- };
9+ }
10+ }
1111
1212@import " webfonts.less" ;
1313
3535@footerpaddingtop_phone : 20px ;
3636@footerpaddingbottom : 15px ;
3737
38- body , html {
38+ body ,
39+ html {
3940 height : 100% ;
4041}
4142
42- .text-align-right { text-align : right ; }
43- .text-align-center { text-align : center ; }
43+ .text-align-right {
44+ text-align : right ;
45+ }
46+ .text-align-center {
47+ text-align : center ;
48+ }
4449
4550.navbar {
4651 .brand {
@@ -61,7 +66,9 @@ body, html {
6166 }
6267}
6368
64- .navbar .nav > li > a { padding : 12px 10px 9px ; }
69+ .navbar .nav > li > a {
70+ padding : 12px 10px 9px ;
71+ }
6572
6673.octo-heart {
6774 color : red ;
7178 font-family : @serifFontFamily ;
7279}
7380
74- h1 , h2 {
81+ h1 ,
82+ h2 {
7583 margin : 20px 0 30px ;
7684 padding-bottom : 9px ;
7785 border-bottom : 1px solid @grayLighter ;
7886}
7987
80- h1 , h2 , h3 , h4 , h5 , h6 {
88+ h1 ,
89+ h2 ,
90+ h3 ,
91+ h4 ,
92+ h5 ,
93+ h6 {
8194 a {
8295 color : @textColor ;
8396 }
@@ -99,7 +112,10 @@ h1, h2, h3, h4, h5, h6 {
99112
100113 #gradient > .radial ( @octoLight , @octoDark );
101114
102- & , h1 { color : @white ; }
115+ & ,
116+ h1 {
117+ color : @white ;
118+ }
103119
104120 h1 {
105121 font-size : 60px ;
@@ -124,12 +140,15 @@ h1, h2, h3, h4, h5, h6 {
124140}
125141
126142#main {
127- padding-bottom : @footerinnerheight_desktop + @footerpaddingtop_desktop + @footerpaddingbottom ;
143+ padding-bottom : @footerinnerheight_desktop + @footerpaddingtop_desktop +
144+ @footerpaddingbottom ;
128145 @media (max-width : 979px ) and (min-width : 768px ) {
129- padding-bottom : @footerinnerheight_tablet + @footerpaddingtop_tablet + @footerpaddingbottom ;
146+ padding-bottom : @footerinnerheight_tablet + @footerpaddingtop_tablet +
147+ @footerpaddingbottom ;
130148 }
131149 @media (max-width : 767px ) {
132- padding-bottom : @footerinnerheight_phone + @footerpaddingtop_phone + @footerpaddingbottom ;
150+ padding-bottom : @footerinnerheight_phone + @footerpaddingtop_phone +
151+ @footerpaddingbottom ;
133152 }
134153
135154 .content {
@@ -151,13 +170,13 @@ h1, h2, h3, h4, h5, h6 {
151170 margin-top : -1em ;
152171
153172 .prop {
154- padding-right : .5em ;
173+ padding-right : 0 .5em ;
155174 }
156175 }
157176
158177 .plugin-attributes {
159178 display : inline-block ;
160-
179+
161180 .label {
162181 vertical-align : middle ;
163182 }
@@ -214,25 +233,29 @@ footer {
214233 height : @footerinnerheight_desktop ;
215234 padding-top : @footerpaddingtop_desktop ;
216235 padding-bottom : @footerpaddingbottom ;
217- margin-top : - (@footerinnerheight_desktop + @footerpaddingtop_desktop + @footerpaddingbottom );
236+ margin-top : - (@footerinnerheight_desktop + @footerpaddingtop_desktop +
237+ @footerpaddingbottom );
218238 @media (max-width : 979px ) and (min-width : 768px ) {
219239 height : @footerinnerheight_tablet ;
220240 padding-top : @footerpaddingtop_tablet ;
221241 padding-bottom : @footerpaddingbottom ;
222- margin-top : - (@footerinnerheight_tablet + @footerpaddingtop_tablet + @footerpaddingbottom );
242+ margin-top : - (@footerinnerheight_tablet + @footerpaddingtop_tablet +
243+ @footerpaddingbottom );
223244 }
224245 @media (max-width : 767px ) {
225246 height : auto ;
226247 padding-top : @footerpaddingtop_phone ;
227248 padding-bottom : @footerpaddingbottom ;
228- margin-top : - (@footerinnerheight_phone + @footerpaddingtop_phone + @footerpaddingbottom );
249+ margin-top : - (@footerinnerheight_phone + @footerpaddingtop_phone +
250+ @footerpaddingbottom );
229251 }
230252
231- #gradient > .vertical (lighten (@octoLight , 3% ), @octoDark );
253+ #gradient > .vertical (lighten (@octoLight , 3% ), @octoDark );;
232254 background-color : @octoDark ;
233255 border-top : 1px solid mix (@octoLight , @octoDark , 50% );
234256
235- h1 , h2 {
257+ h1 ,
258+ h2 {
236259 border : none ;
237260 padding : 0 ;
238261 margin : 0 0 10px ;
@@ -241,15 +264,14 @@ footer {
241264
242265 a {
243266 color : @white ;
244- text-shadow : 0 -1px 0 rgba (0 ,0 , 0 , .25 );
267+ text-shadow : 0 -1px 0 rgba (0 , 0 , 0 , 0 .25 );
245268 & :hover {
246269 color : @white ;
247270 }
248-
249271 }
250272
251273 color : mix (@octoLight , @white , 35% );
252- text-shadow : 0 -1px 0 rgba (0 ,0 , 0 , .25 );
274+ text-shadow : 0 -1px 0 rgba (0 , 0 , 0 , 0 .25 );
253275 * zoom : 1 ; // ie7 hack
254276
255277 ul {
@@ -262,30 +284,32 @@ footer {
262284 }
263285}
264286
265- .navbar-search .search-query { line-height : inherit ; }
287+ .navbar-search .search-query {
288+ line-height : inherit ;
289+ }
266290
267- .blacklist -table ,
291+ .blocklist -table ,
268292.notice-table ,
269293.overlay-table ,
270294.abandoned-table {
271- .blacklist -plugin ,
295+ .blocklist -plugin ,
272296 .notice-plugin ,
273297 .overlay-plugin ,
274298 .abandoned-plugin {
275299 width : 50% ;
276300 }
277- .blacklist -versions ,
278- .blacklist -octoversions ,
301+ .blocklist -versions ,
302+ .blocklist -octoversions ,
279303 .notice-versions ,
280304 .notice-octoversions {
281305 width : 25% ;
282306 text-align : center ;
283307 }
284308
285- .blacklist -reason ,
309+ .blocklist -reason ,
286310 .notice-text {
287311 p :first-child ::before {
288- content : ' Reason: ' ;
312+ content : " Reason: " ;
289313 font-weight : bold ;
290314 }
291315 }
@@ -320,7 +344,7 @@ footer {
320344 float : left ;
321345 max-width : @adcolumn ;
322346 text-align : left ;
323- font-size : .8em ;
347+ font-size : 0 .8em ;
324348 color : #333 ;
325349 }
326350
@@ -329,7 +353,7 @@ footer {
329353 position : absolute ;
330354 right : 0 ;
331355 bottom : 0 ;
332- font-size : .5em ;
356+ font-size : 0 .5em ;
333357 text-transform : uppercase ;
334358 line-height : 1 ;
335359 letter-spacing : 1px ;
0 commit comments