1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-29 00:58:00 +02: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,
kbd
padding: 2px 4px;
padding: 2px 4px
code
color: $code-color;
background-color: $code-bg;
color: $code-color
background-color: $code-bg
border-radius: $border-radius-base
white-space: nowrap
@ -28,7 +28,7 @@ kbd
box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
pre
display: block;
display: block
padding: (($line-height-computed - 1) / 2)
margin: 0 0 $line-height-computed
line-height: $line-height-base

View File

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

View File

@ -103,7 +103,7 @@
.next
@extend .alignright
text-align: right;
text-align: right
a
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
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
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
@font-face

View File

@ -50,7 +50,7 @@ textarea
position: relative
z-index: 2
margin-top: 71px
margin-bottom: 580px;
margin-bottom: 580px
border-top: 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)