Merge pull request #4 from petyaraykovska/various-style-changes
Various style changes
This commit is contained in:
commit
e1921d77b6
|
@ -560,7 +560,7 @@ footer .content li { list-style: none; }
|
|||
.gmp_map_opts {
|
||||
float: none !important;
|
||||
margin-top: 2em !important;
|
||||
}.
|
||||
}
|
||||
|
||||
|
||||
/*********************************************
|
||||
|
@ -574,7 +574,7 @@ h4 { font-size: 1.4em; }
|
|||
h5 { font-size: 1.2em; }
|
||||
h6 { font-size: 1.0em; }
|
||||
|
||||
h1 h2 h3 h4 h5 h6 { font-weight: normal; }
|
||||
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
|
||||
|
||||
a { color: #428bca; text-decoration: none; }
|
||||
a:hover { text-decoration: underline; }
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<div class="clear"></div>
|
||||
|
||||
<footer class="clear">
|
||||
<div class="content grid">
|
||||
<div class="content grid footer">
|
||||
<div class="col4">
|
||||
<h3>OpenFest</h3>
|
||||
<p>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?php get_header(); ?>
|
||||
<section class="content grid">
|
||||
<div class="col2">
|
||||
<div class="col2 tagline">
|
||||
<h1><?php echo get_bloginfo('name'); ?> </h1>
|
||||
<p><?php echo get_bloginfo('description'); ?></p>
|
||||
</div>
|
||||
<div class="col2">
|
||||
<div class="col2 sponsors">
|
||||
<?php echo do_shortcode( '[sponsors]' ); ?>
|
||||
</div>
|
||||
</section>
|
||||
|
|
Loading…
Reference in New Issue