mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-12 16:50:53 +00:00
1. Added Category support
2. Designed blog archives pages 3. Restructured Sass 4. Added Categories to rake post metadata 5. Some general style improvements
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
html {
|
||||
background: $page-bg inline-image('line-tile.png') top left;
|
||||
background: $page-bg image-url('line-tile.png') top left;
|
||||
}
|
||||
body {
|
||||
> div {
|
||||
background-color: $sidebar-bg;
|
||||
background: $sidebar-bg image-url('noise.png') top left;
|
||||
border-bottom: 1px solid $page-border-bottom;
|
||||
> div {
|
||||
background-color: $main-bg;
|
||||
background: $main-bg image-url('noise.png') top left;
|
||||
border-right: 1px solid $sidebar-border;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user