namespace css to get debugger to look right
This commit is contained in:
parent
7c4b084a1f
commit
43c87ce231
@ -7,7 +7,7 @@ GIT
|
||||
|
||||
GIT
|
||||
remote: https://github.com/ruby-x/rubyx
|
||||
revision: db459fcd3d9c90a882871a0f5b3832d65bdfc3f7
|
||||
revision: 9687d6611f2d03612774bb4539a430ad898161d2
|
||||
specs:
|
||||
rubyx (0.6.0)
|
||||
parser (~> 2.3.0)
|
||||
|
@ -11,27 +11,13 @@ $blockquote-border: $dove-grey !default
|
||||
body
|
||||
margin: 0
|
||||
padding: 0
|
||||
background: $body-background url("bkg.png") 0 0
|
||||
background: $body-background 0 0
|
||||
color: $body-foreground
|
||||
font-size: 16px
|
||||
line-height: 1.4
|
||||
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace
|
||||
|
||||
|
||||
/* General & 'Reset' Stuff */
|
||||
|
||||
|
||||
section
|
||||
display: block
|
||||
margin: 0 0 20px 0
|
||||
|
||||
|
||||
|
||||
li
|
||||
line-height: 1.4
|
||||
|
||||
|
||||
|
||||
// Header, <header>
|
||||
// header - container
|
||||
// h1 - project name
|
||||
@ -64,6 +50,19 @@ header
|
||||
color: #666
|
||||
|
||||
|
||||
/* General & 'Reset' Stuff */
|
||||
|
||||
main , header , footer
|
||||
|
||||
section
|
||||
display: block
|
||||
margin: 0 0 20px 0
|
||||
|
||||
|
||||
|
||||
li
|
||||
line-height: 1.4
|
||||
|
||||
#downloads .btn
|
||||
display: inline-block
|
||||
text-align: center
|
||||
|
@ -4,6 +4,7 @@
|
||||
//
|
||||
@import "colors"
|
||||
|
||||
main , header , footer
|
||||
.highlight
|
||||
$plaintext: $alto !default
|
||||
$string: $chelsea-cucumber !default
|
||||
|
@ -1,10 +1,6 @@
|
||||
@import "susy"
|
||||
$susy: ( columns: 12, gutters: 1/4, gutter-position: inside )
|
||||
|
||||
a
|
||||
color: #53a5ff
|
||||
text-decoration: none
|
||||
|
||||
.container
|
||||
width: 90%
|
||||
max-width: 1000px
|
||||
@ -25,6 +21,11 @@ a
|
||||
@media only screen and (max-width: 880px)
|
||||
@include span(12)
|
||||
|
||||
main , header , footer
|
||||
a
|
||||
color: #53a5ff
|
||||
text-decoration: none
|
||||
|
||||
ul.nav
|
||||
text-align: center
|
||||
li
|
||||
@ -54,11 +55,6 @@ ul.nav
|
||||
@media only screen and (max-width: 880px)
|
||||
@include span(12)
|
||||
|
||||
.main
|
||||
width: 78%
|
||||
.menu
|
||||
width: 20%
|
||||
|
||||
.full_width
|
||||
img
|
||||
width: 100%
|
||||
|
Loading…
x
Reference in New Issue
Block a user