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
|
h1 - project name
|
||||||
h2 - project description
|
h2 - project description
|
||||||
|
|
||||||
header
|
#pagetitle
|
||||||
background: rgba(black, 0.1)
|
|
||||||
width: 100%
|
|
||||||
border-bottom: 1px dashed $maincolor
|
|
||||||
padding: 20px 0
|
|
||||||
margin: 0 0 40px 0
|
|
||||||
|
|
||||||
header h1, #pagetitle
|
|
||||||
+text-shadow
|
+text-shadow
|
||||||
font:
|
font:
|
||||||
size: 30px
|
size: 30px
|
||||||
@ -57,8 +50,16 @@ header h1, #pagetitle
|
|||||||
color: $maincolor
|
color: $maincolor
|
||||||
-webkit-font-smoothing: antialiased
|
-webkit-font-smoothing: antialiased
|
||||||
|
|
||||||
// Site name
|
header
|
||||||
header h1
|
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
|
letter-spacing: -1px
|
||||||
margin: 0 0 0 -40px
|
margin: 0 0 0 -40px
|
||||||
|
|
||||||
@ -66,8 +67,8 @@ header h1
|
|||||||
content: "./ "
|
content: "./ "
|
||||||
font-size: 24px
|
font-size: 24px
|
||||||
|
|
||||||
// Site description
|
// Site description
|
||||||
header h2
|
h2
|
||||||
font:
|
font:
|
||||||
size: 18px
|
size: 18px
|
||||||
weight: 300
|
weight: 300
|
||||||
@ -251,3 +252,5 @@ a
|
|||||||
.cf
|
.cf
|
||||||
zoom: 1
|
zoom: 1
|
||||||
|
|
||||||
|
// vim: set ts=4:sw=4:expandtab
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user