mirror of
https://github.com/mbirth/wiki.git
synced 2024-12-25 23:04:06 +00:00
More Sass optimisations.
This commit is contained in:
parent
c47f016cf7
commit
eca5b333d7
@ -40,14 +40,7 @@ li
|
||||
h1 - project name
|
||||
h2 - project description
|
||||
|
||||
header
|
||||
background: rgba(black, 0.1)
|
||||
width: 100%
|
||||
border-bottom: 1px dashed $maincolor
|
||||
padding: 20px 0
|
||||
margin: 0 0 40px 0
|
||||
|
||||
header h1, #pagetitle
|
||||
#pagetitle
|
||||
+text-shadow
|
||||
font:
|
||||
size: 30px
|
||||
@ -57,8 +50,16 @@ header h1, #pagetitle
|
||||
color: $maincolor
|
||||
-webkit-font-smoothing: antialiased
|
||||
|
||||
// Site name
|
||||
header h1
|
||||
header
|
||||
background: rgba(black, 0.1)
|
||||
width: 100%
|
||||
border-bottom: 1px dashed $maincolor
|
||||
padding: 20px 0
|
||||
margin: 0 0 40px 0
|
||||
|
||||
// Site name
|
||||
h1
|
||||
@extend #pagetitle
|
||||
letter-spacing: -1px
|
||||
margin: 0 0 0 -40px
|
||||
|
||||
@ -66,8 +67,8 @@ header h1
|
||||
content: "./ "
|
||||
font-size: 24px
|
||||
|
||||
// Site description
|
||||
header h2
|
||||
// Site description
|
||||
h2
|
||||
font:
|
||||
size: 18px
|
||||
weight: 300
|
||||
@ -251,3 +252,5 @@ a
|
||||
.cf
|
||||
zoom: 1
|
||||
|
||||
// vim: set ts=4:sw=4:expandtab
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user