mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 12:35:05 +02:00
Final tweaks for the moment
This commit is contained in:
parent
282fb70d3f
commit
e910efc5c9
1 changed files with 2 additions and 11 deletions
|
@ -66,17 +66,8 @@
|
||||||
<div id="recent-news" style="
|
<div id="recent-news" style="
|
||||||
{% if page.title == "Cyclone Scheme" %} {% else %} display: none; {% endif %}
|
{% if page.title == "Cyclone Scheme" %} {% else %} display: none; {% endif %}
|
||||||
position: absolute;
|
position: absolute;
|
||||||
/* float: left; */
|
left: 690px;
|
||||||
left: 675px;
|
|
||||||
width: 350px;
|
width: 350px;
|
||||||
/* height: 50px; */
|
|
||||||
/* background: #007edf; */
|
|
||||||
/* display: inline-block; */
|
|
||||||
/*padding-left: 25px; */
|
|
||||||
/*padding-right: 25px; */
|
|
||||||
/* padding: 25px; */
|
|
||||||
/* vertical-align: top; */ /* here */
|
|
||||||
/* text-color: #fff; */
|
|
||||||
font-size: smaller;
|
font-size: smaller;
|
||||||
">
|
">
|
||||||
<h2>Recent News</h2>
|
<h2>Recent News</h2>
|
||||||
|
|
Loading…
Add table
Reference in a new issue