mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
WIP
This commit is contained in:
parent
bdd748e893
commit
78ac56c083
2 changed files with 10 additions and 1 deletions
2
news.md
2
news.md
|
@ -5,7 +5,7 @@ ghproj: "http://github.com/justinethier/cyclone/tree/master/"
|
|||
---
|
||||
|
||||
{% for post in site.posts %}
|
||||
<span class="test">{{post.date | date: "%b %d %Y" }}</span>
|
||||
<span class="date-labels">{{post.date | date: "%b %d %Y" }}</span>
|
||||
»
|
||||
[{{ post.title }}](./{{ post.url }})
|
||||
|
||||
|
|
|
@ -450,3 +450,12 @@ Small Device Styles
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
/*******************************************************************************
|
||||
Custom Styles
|
||||
*******************************************************************************/
|
||||
.date-labels {
|
||||
color: #aaa;
|
||||
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue