namespace css to get debugger to look right

This commit is contained in:
Torsten Ruger 2018-08-20 10:07:10 +03:00
parent 7c4b084a1f
commit 43c87ce231
4 changed files with 257 additions and 261 deletions

View File

@ -7,7 +7,7 @@ GIT
GIT GIT
remote: https://github.com/ruby-x/rubyx remote: https://github.com/ruby-x/rubyx
revision: db459fcd3d9c90a882871a0f5b3832d65bdfc3f7 revision: 9687d6611f2d03612774bb4539a430ad898161d2
specs: specs:
rubyx (0.6.0) rubyx (0.6.0)
parser (~> 2.3.0) parser (~> 2.3.0)

View File

@ -11,27 +11,13 @@ $blockquote-border: $dove-grey !default
body body
margin: 0 margin: 0
padding: 0 padding: 0
background: $body-background url("bkg.png") 0 0 background: $body-background 0 0
color: $body-foreground color: $body-foreground
font-size: 16px font-size: 16px
line-height: 1.4 line-height: 1.4
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace 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, <header>
// header - container // header - container
// h1 - project name // h1 - project name
@ -64,6 +50,19 @@ header
color: #666 color: #666
/* General & 'Reset' Stuff */
main , header , footer
section
display: block
margin: 0 0 20px 0
li
line-height: 1.4
#downloads .btn #downloads .btn
display: inline-block display: inline-block
text-align: center text-align: center

View File

@ -4,6 +4,7 @@
// //
@import "colors" @import "colors"
main , header , footer
.highlight .highlight
$plaintext: $alto !default $plaintext: $alto !default
$string: $chelsea-cucumber !default $string: $chelsea-cucumber !default

View File

@ -1,10 +1,6 @@
@import "susy" @import "susy"
$susy: ( columns: 12, gutters: 1/4, gutter-position: inside ) $susy: ( columns: 12, gutters: 1/4, gutter-position: inside )
a
color: #53a5ff
text-decoration: none
.container .container
width: 90% width: 90%
max-width: 1000px max-width: 1000px
@ -25,6 +21,11 @@ a
@media only screen and (max-width: 880px) @media only screen and (max-width: 880px)
@include span(12) @include span(12)
main , header , footer
a
color: #53a5ff
text-decoration: none
ul.nav ul.nav
text-align: center text-align: center
li li
@ -54,11 +55,6 @@ ul.nav
@media only screen and (max-width: 880px) @media only screen and (max-width: 880px)
@include span(12) @include span(12)
.main
width: 78%
.menu
width: 20%
.full_width .full_width
img img
width: 100% width: 100%