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:
parent
6528ae3b67
commit
dc1c36dab9
@ -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>
|
@ -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';
|
||||
|
@ -75,6 +75,14 @@
|
||||
}
|
||||
|
||||
|
||||
// Lead paragraph
|
||||
/////////////////////////////////////
|
||||
|
||||
.lead {
|
||||
font-size: @font-size-large;
|
||||
line-height: @line-height-computed*1.25
|
||||
}
|
||||
|
||||
/////////////////////////////////////
|
||||
// CSS3 PROPERTIES
|
||||
/////////////////////////////////////
|
||||
|
4
_src/assets/less/page-about.less
Normal file
4
_src/assets/less/page-about.less
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
.page-about {
|
||||
.entry-title { .visuallyhidden; }
|
||||
}
|
Loading…
Reference in New Issue
Block a user