Skip to content

Commit

Permalink
styling and TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoylan committed Apr 29, 2012
1 parent fdad679 commit e788863
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
14 changes: 14 additions & 0 deletions TODO.md
@@ -1,3 +1,17 @@
# TODO

* restore favicon
* url rewriting
* get image hosting up

## Projects
* CM Resize
* Mugshot
* Librarian
* relaybot
* resume

## Journals
* Import some journals from the old sql
* Eventually import all journals

5 changes: 3 additions & 2 deletions content/media/css/site.css
Expand Up @@ -127,8 +127,9 @@ ul.journal {
ul.journal .posted-time {
display: block;
float: left;
width: 100px; }
width: 100px;
color: #666666; }

header.journal .datetime {
font-size: 1.75rem;
color: #666; }
color: #666666; }
3 changes: 2 additions & 1 deletion content/media/sass/_journal.scss
Expand Up @@ -8,6 +8,7 @@ ul.journal {
display: block;
float: left;
width: 100px;
color: $date_color;
}
}

Expand All @@ -20,6 +21,6 @@ header.journal {
}
.datetime {
font-size: 1.75rem;
color: #666;
color: $date_color;
}
}
2 changes: 1 addition & 1 deletion content/media/sass/_mixins.scss
@@ -1,4 +1,5 @@
$link_color: #15af00;
$date_color: #666;
$site_width: 600px;

@mixin border-radius ($radii) {
Expand All @@ -7,4 +8,3 @@ $site_width: 600px;
border-radius: $radii;
}


0 comments on commit e788863

Please sign in to comment.