mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
WIP
This commit is contained in:
parent
024149537a
commit
f70b8d8bec
1 changed files with 10 additions and 6 deletions
|
@ -65,18 +65,22 @@
|
|||
<section id="main_content" class="inner">
|
||||
<div id="news" style="
|
||||
float: left;
|
||||
left: -350px;
|
||||
width: 300px;
|
||||
left: -425px;
|
||||
width: 350px;
|
||||
/* height: 50px; */
|
||||
background: #999;
|
||||
background: #007edf;
|
||||
/* display: inline-block; */
|
||||
/* vertical-align: top; */ /* here */
|
||||
position: absolute;
|
||||
padding-left: 25px;
|
||||
padding-right: 25px;
|
||||
/*padding-left: 25px; */
|
||||
/*padding-right: 25px; */
|
||||
padding: 25px;
|
||||
text-color: #fff;
|
||||
">
|
||||
{% for post in site.posts limit:3 %}
|
||||
[{{ post.title }}](./{{ post.url }})
|
||||
<h3>
|
||||
<a href="{{ post.url }}">{{ post.title }}</a>
|
||||
</h3>
|
||||
<br />
|
||||
<span class="date-labels">{{post.date | date: "%b %d %Y" }}</span>
|
||||
<br />
|
||||
|
|
Loading…
Add table
Reference in a new issue