1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-13 16:45:14 +01:00

less reorg and lead style

This commit is contained in:
Matthias Kretschmann 2013-12-08 16:27:33 +01:00
parent 6528ae3b67
commit dc1c36dab9
5 changed files with 16 additions and 4 deletions

View File

@ -8,6 +8,4 @@ title: I'm sorry Dave
<p class="srverror-title">I'm sorry Dave,</p>
<p class="srverror-text">I'm afraid I can't do that.</p>
<section class="site-search">
<input type="search" class="input-search search-field" placeholder="Search everything">
</section>
<p><a href="/">Go to homepage</a></p>

View File

@ -48,7 +48,9 @@
@import 'content.less';
@import 'comments.less';
@import 'sticky.less';
@import '404.less';
@import 'page-about.less';
@import 'page-404.less';
// Alerts
//@import 'alerts.less';

View File

@ -75,6 +75,14 @@
}
// Lead paragraph
/////////////////////////////////////
.lead {
font-size: @font-size-large;
line-height: @line-height-computed*1.25
}
/////////////////////////////////////
// CSS3 PROPERTIES
/////////////////////////////////////

View File

@ -0,0 +1,4 @@
.page-about {
.entry-title { .visuallyhidden; }
}