Skip to content

Commit

Permalink
no tables, center the install buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmac committed Feb 18, 2009
1 parent 8e25ff6 commit 11854d4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
30 changes: 14 additions & 16 deletions www/download.php
Expand Up @@ -20,23 +20,21 @@
<h2>2. Install on openSUSE</h2>
<div class="columns">
<div class="twocolumn">
<table>
<tr>
<th>openSUSE 11.1</th>
<th>openSUSE 11.0</th>
</tr>
<tr>
<td>
<div><a href="http://download.opensuse.org/repositories/Banshee/openSUSE_11.1/banshee-1.ymp" ><img src="images/1click-install-button.png" alt="1-Click Install for openSUSE 11.1" title="1-Click Install for openSUSE 11.1" /></a></div>
<div><a href="http://download.opensuse.org/repositories/Banshee/openSUSE_11.1/" title="openSUSE 11.1 Repository">Repository</a></div>
</td>
<td>
<div><a href="http://download.opensuse.org/repositories/Banshee/openSUSE_11.0/banshee-1.ymp" ><img src="images/1click-install-button.png" alt="1-Click Install for openSUSE 11.0" title="1-Click Install for openSUSE 11.0" /></a></div>
<div><a href="http://download.opensuse.org/repositories/Banshee/openSUSE_11.0/" title="openSUSE 11.0 Repository">Repository</a></div>
</td>
</tr>
</table>

<div class="columns installbuttons">
<div class="twocolumn">
<h4 class="distro">openSUSE 11.1</h4>
<div><a href="http://download.opensuse.org/repositories/Banshee/openSUSE_11.1/banshee-1.ymp" ><img src="images/1click-install-button.png" alt="1-Click Install for openSUSE 11.1" title="1-Click Install for openSUSE 11.1" /></a></div>
<div><a href="http://download.opensuse.org/repositories/Banshee/openSUSE_11.1/" title="openSUSE 11.1 Repository">Repository</a></div>
</div>
<div class="twocolumn">
<h4 class="distro">openSUSE 11.0</h4>
<div><a href="http://download.opensuse.org/repositories/Banshee/openSUSE_11.0/banshee-1.ymp" ><img src="images/1click-install-button.png" alt="1-Click Install for openSUSE 11.0" title="1-Click Install for openSUSE 11.0" /></a></div>
<div><a href="http://download.opensuse.org/repositories/Banshee/openSUSE_11.0/" title="openSUSE 11.0 Repository">Repository</a></div>
</div>
</div>
</div>

<div class="twocolumn">
<strong>Note:</strong> The 1-click install provides the opportunity to automatically subscribe to the repository.
If you prefer to install manually from the command line or YaST, subscribe to the appropriate repository to the left and
Expand Down
7 changes: 5 additions & 2 deletions www/inc/style.css
Expand Up @@ -57,7 +57,9 @@ h1, h2, h3, h4, h5 {
}

h1:first-child,
h2:first-child {
h2:first-child,
h3:first-child,
h4:first-child {
margin-top: 0;
}

Expand Down Expand Up @@ -408,4 +410,5 @@ div.pageheading > div {
font-weight: bold;
}


h4.distro { color: #fff; margin: 0; }
.installbuttons { text-align: center; }

0 comments on commit 11854d4

Please sign in to comment.