Skip to content

Commit

Permalink
alligning pading
Browse files Browse the repository at this point in the history
  • Loading branch information
laszewsk committed Sep 13, 2012
1 parent 2992e00 commit fdc6f10
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions doc/source/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,21 @@
{% block relbar1 %}
<style>
.header {
background-image: url(_static/move_header_bg.png);
background-color: #123456;
text-align: left;
background-image: url(_static/rain_header_bg.png);
background-color: black;
text-align: left;
padding: 10px 10px 15px 35px
}
body {
background-image: url(_static/move_body_bg.png);
background-color: #5a5a5a;
background-image: url(_static/header_bg.png);
background-color: grey;
}
</style>
<div class="header">
<table>
<tr>
<td>
<a href="{{ pathto('index') }}"><img src="{{pathto("_static/logo_grid_y.png", 1) }}" border="0" alt="FutureGrid Move"/></a>
<a href="{{ pathto('index') }}"><img src="http://futuregrid.github.com/doc/_static/fg-logo-grid-glow.png" border="0" alt="FutureGrid Move"/></a>
</td>
<td>
<font size="6" color="white"><b><i>FutureGrid</i></b></font><br><br>
Expand Down

0 comments on commit fdc6f10

Please sign in to comment.