mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +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
|
@ -64,19 +64,10 @@
|
||||||
<div id="main_content_wrap" class="outer">
|
<div id="main_content_wrap" class="outer">
|
||||||
<section id="main_content" class="inner">
|
<section id="main_content" class="inner">
|
||||||
<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