mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-12 21:10:54 +00:00
1. Added html5 video with flash fallback.
2. Added Rack support 3. Disqus support 4. Improved Readme 5. Improved Syntax flexibility and styling 6. Improved blockquote styling
This commit is contained in:
@ -2,7 +2,6 @@ html {
|
||||
background: $page-bg inline-image('line-tile.png') top left;
|
||||
}
|
||||
body {
|
||||
border: 0 0 1px 0 solid darken($page-bg, 5);
|
||||
> div {
|
||||
background-color: $sidebar-bg;
|
||||
border-bottom: 1px solid $page-border-bottom;
|
||||
@ -12,7 +11,3 @@ body {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1400px) {
|
||||
body { border: 0 1px 0 solid darken($page-bg, 5); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user