1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-01-24 08:43:30 +01:00

death to semicolons

This commit is contained in:
Matthias Kretschmann 2014-07-21 21:07:43 +02:00
parent 3b10d94617
commit 3913dd2e61
5 changed files with 9 additions and 9 deletions

View File

@ -13,11 +13,11 @@ samp
code, code,
kbd kbd
padding: 2px 4px; padding: 2px 4px
code code
color: $code-color; color: $code-color
background-color: $code-bg; background-color: $code-bg
border-radius: $border-radius-base border-radius: $border-radius-base
white-space: nowrap white-space: nowrap
@ -28,7 +28,7 @@ kbd
box-shadow: inset 0 -1px 0 rgba(0,0,0,.25) box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
pre pre
display: block; display: block
padding: (($line-height-computed - 1) / 2) padding: (($line-height-computed - 1) / 2)
margin: 0 0 $line-height-computed margin: 0 0 $line-height-computed
line-height: $line-height-base line-height: $line-height-base

View File

@ -19,7 +19,7 @@ figure, img, svg, video, audio, embed, canvas
///////////////////////////////////// /////////////////////////////////////
img img
vertical-align: middle; vertical-align: middle
box-shadow: 0 1px 3px rgba(0,0,0,.2) box-shadow: 0 1px 3px rgba(0,0,0,.2)
.teaser, .teaser,

View File

@ -103,7 +103,7 @@
.next .next
@extend .alignright @extend .alignright
text-align: right; text-align: right
a a
margin-right: 1.5em margin-right: 1.5em

View File

@ -57,11 +57,11 @@ kbd.android
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3), 0 1px 0 #444444, inset 0 1px 0 #868686 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3), 0 1px 0 #444444, inset 0 1px 0 #868686
kbd.android.dark kbd.android.dark
background: #222222; background: #222222
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.7), 0 1px 0 #444444, inset 0 1px 0 #505050 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.7), 0 1px 0 #444444, inset 0 1px 0 #505050
kbd.android.color kbd.android.color
background: #083c5b; background: #083c5b
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.7), 0 1px 0 #444444, inset 0 1px 0 #36647b box-shadow: 0 2px 2px rgba(0, 0, 0, 0.7), 0 1px 0 #444444, inset 0 1px 0 #36647b
@font-face @font-face

View File

@ -50,7 +50,7 @@ textarea
position: relative position: relative
z-index: 2 z-index: 2
margin-top: 71px margin-top: 71px
margin-bottom: 580px; margin-bottom: 580px
border-top: 1px solid rgba(255,255,255,.7) border-top: 1px solid rgba(255,255,255,.7)
border-bottom: 1px solid rgba(255,255,255,.7) border-bottom: 1px solid rgba(255,255,255,.7)
box-shadow: 0 1px 4px rgba($brand-dark, .1), 0 -1px 4px rgba($brand-dark, .1) box-shadow: 0 1px 4px rgba($brand-dark, .1), 0 -1px 4px rgba($brand-dark, .1)