Skip to content

Commit

Permalink
html and css edits
Browse files Browse the repository at this point in the history
  • Loading branch information
Yulka Plekhanova committed Jun 8, 2012
1 parent 1519d55 commit 862e667
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion symposion/static/css/site.css

Large diffs are not rendered by default.

14 changes: 12 additions & 2 deletions symposion/static/less/site.less
@@ -1,6 +1,7 @@
@import "bootstrap/bootstrap.less";

@darkBlue: #014354;
@blueGray: #b2bbbe;

body {
background:#f2ebdf url(../img/bg.png) repeat 0 0;
Expand Down Expand Up @@ -265,7 +266,7 @@ nav#slider-nav {
.date {
display:block;
float:left;
background:#b2bbbe;
background:@blueGray;
text-align:center;
color:@white;
font-size:@baseFontSize + 5;
Expand Down Expand Up @@ -328,12 +329,19 @@ nav#slider-nav {
padding:15px 0;
margin-bottom:20px;
background:url(../img/dotted_ln_b.png) repeat-x left bottom;
position:relative;

h1 {
text-transform:uppercase;
font-weight:normal;
font-size:@baseFontSize + 18;
}

a.read-more {
position:absolute;
top:20px;
right:0;
}
}

.breadcrumb {
Expand All @@ -346,11 +354,13 @@ nav#slider-nav {

li {
color:#6f7578;
text-shadow:none;
}

a {
color:#6f7578;
text-decoration:underline;
text-shadow:none;
}

a:hover {
Expand Down Expand Up @@ -442,7 +452,7 @@ body.venue {

.place {
h5 {
background:#b2bbbe;
background:@blueGray;
color:#fff;
float:left;
font-weight:normal;
Expand Down
2 changes: 1 addition & 1 deletion symposion/templates/site_base.html
Expand Up @@ -51,7 +51,7 @@ <h3 class="logo"><a href="/">PyCon 2013</a></h3>
<li><a href="#">Blog</a></li>
<li><a href="#">Registration</a></li>
<li><a href="#">Schedule</a></li>
<li><a href="#">Sponsors</a></li>
<li><a href="{% url 'sponsors' %}">Sponsors</a></li>
<li><a href="{% url 'venue' %}">Venue</a></li>
</ul>
{% endblock %}
Expand Down
1 change: 1 addition & 0 deletions symposion/templates/static/sponsors.html
Expand Up @@ -17,6 +17,7 @@ <h1>Sponsors</h1>
</li>
<li class="active">Sponsors</li>
</ul>
<a href="#" class="read-more">Learn how to become a sponsor <span class="arrow"></span></a>
</div>
</div>
<div class="span4">
Expand Down

0 comments on commit 862e667

Please sign in to comment.