Skip to content

Commit

Permalink
some changes to sponsor column, titles made small, column floats on r…
Browse files Browse the repository at this point in the history
…ight with fixed width
  • Loading branch information
ideamonk committed Jun 28, 2010
1 parent 0770257 commit e09083c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
5 changes: 2 additions & 3 deletions plugins/pyconindia2010/templates/site.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,11 @@
</div>
<div id="content">
<div id="sidebar">
<h3>Venue Sponsor</h3>
<h3>VENUE</h3>
<p>
<a href="http://www.msrit.edu/" title="M. S. Ramaiah Institute of Technology"><img class="sponsor" src="$homepath()/static/images/msrit.jpg" alt="MSRIT logo"/></a>
</p>

<h3>Gold Sponsor</h3>
<h3>GOLD</h3>
<p>
<a href="http://www.python.org/psf/" title="Python Software Foundation"><img class="sponsor" src="$homepath()/static/images/python-logo.png" alt="PSF logo"/></a>
</p>
Expand Down
12 changes: 7 additions & 5 deletions static/themes/foomanchoo/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,17 @@ img, a { border:none; }
/* sidebar styling */
#sidebar {
float:right;
width:30%;
width:220px;
padding-top:10px;
text-align:center;
}
#sidebar h2, #sidebar h3 {
font-family: Georgia, "Times New Roman", serif;
margin:8px 0px 3px 0px ;
color:#80888C;
font-family: Arial, verdana, helvetica,serif;
font-size:10px;
border-bottom:1px solid #d7cdac;
margin:10px 20px 0px 20px;
-webkit-box-shadow:1px 1px 1px #ffffff;
-moz-box-shadow:1px 1px 1px #ffffff;
}

/* contents */
Expand All @@ -133,7 +136,6 @@ h1 {
margin-bottom: 15px;
padding:5px 5px 0px 0px;
border-bottom:1px solid #d7cdac;
/* background: url(images/dots.gif) bottom left repeat-x; */
display:inline-block;

}
Expand Down

0 comments on commit e09083c

Please sign in to comment.