removed color from h2 in css and fixed h1 on home page

Change-Id: I6a8ec6728ca438b8c7a1e19a2d5d71aef9ae56bf
This commit is contained in:
Stefano Maffulli 2012-11-06 19:34:14 +01:00
parent 777be7df64
commit f9f4e0eb14
2 changed files with 2 additions and 7 deletions

View File

@ -42,12 +42,12 @@
<div class="container">
<div id="header">
<div class="span-5">
<h1 id="logo"><a href="/">Planet Open Stack</a></h1>
<h1 id="logo"><a href="/"></a></h1>
</div>
<div class="span-19 last blueLine">
<div id="navigation" class="span-19">
<ul id="Menu1">
<li><a href="http://openstack.org/" title="Go to the OpenStack.org">Home</a></li>
<li><a href="http://openstack.org/" title="Go to the OpenStack.org"></a></li>
<li><a href="http://openstack.org/software/" title="Go to the Software page" class="link">Software</a></li>
<li><a href="http://openstack.org/user-stories/" title="Go to the User Stories page" class="link">User Stories</a></li>
<li><a href="http://openstack.org/community/" class="current" title="Go to the Community page" class="link">Community</a></li>

View File

@ -26,18 +26,13 @@ h1 {
h2 {
font-family: "Bitstream Vera Sans", sans-serif;
font-weight: normal;
color: #200080;
margin-left: -20px;
}
h3 {
font-family: "Bitstream Vera Sans", sans-serif;
font-weight: normal;
background-color: #a0c0ff;
border: 1px solid #5080b0;
padding: 4px;
}