mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-25 22:07:58 +01:00
menu spacing using table columns rather than nbsp
This commit is contained in:
parent
f43ce68700
commit
005338b809
2 changed files with 10 additions and 10 deletions
14
index.html
14
index.html
|
@ -15,14 +15,12 @@
|
||||||
<table class="header" valign="middle">
|
<table class="header" valign="middle">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="title">ponysay</td>
|
<td class="title">ponysay</td>
|
||||||
<td style="width : 100%;">
|
<td class="headspace"></td><td><a target="page" href="./pages/index.html">intro</a></td>
|
||||||
<a target="page" href="./pages/index.html">intro</a>
|
<td class="headspace"></td><td><a target="page" href="./pages/ponysay/index.html">manual</a></td>
|
||||||
<a target="page" href="./pages/ponysay/index.html">manual</a>
|
<td class="headspace"></td><td><a target="page" href="./pages/ponysay/Ponysay-license.html#Ponysay-license">license</a></td>
|
||||||
<a target="page" href="./pages/ponysay/Ponysay-license.html#Ponysay-license">license</a>
|
<td class="headspace"></td><td><a target="page" href="./pages/ponysay/Ponysay-contributors.html#Ponysay-contributors">contributors</a></td>
|
||||||
<a target="page" href="./pages/ponysay/Ponysay-contributors.html#Ponysay-contributors">contributors</a>
|
<td class="headspace"></td><td><a target="page" href="./pages/ponysay/Change-log.html#Change-log">change log</a></td>
|
||||||
<a target="page" href="./pages/ponysay/Change-log.html#Change-log">change log</a>
|
<td class="headspace"></td><td><a href="http://www.github.com/erkin/ponysay">github repository↗</a></td>
|
||||||
<a href="http://www.github.com/erkin/ponysay">github repository↗</a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -13,7 +13,6 @@ div.header {
|
||||||
border-right : 0;
|
border-right : 0;
|
||||||
border-top : 0;
|
border-top : 0;
|
||||||
border-bottom : 1px solid rgb(0, 0, 0);
|
border-bottom : 1px solid rgb(0, 0, 0);
|
||||||
width : 100%;
|
|
||||||
height : 60px;
|
height : 60px;
|
||||||
/*
|
/*
|
||||||
font-family : 'Celestia Redux Alternate', 'Celestia Redux', 'Open Sans', sans-serif;
|
font-family : 'Celestia Redux Alternate', 'Celestia Redux', 'Open Sans', sans-serif;
|
||||||
|
@ -25,7 +24,6 @@ table.header {
|
||||||
background-color : rgb(200, 221, 242);
|
background-color : rgb(200, 221, 242);
|
||||||
color : rgb(0, 0, 0);
|
color : rgb(0, 0, 0);
|
||||||
border : 0;
|
border : 0;
|
||||||
width : 100%;
|
|
||||||
height : 100%;
|
height : 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -42,6 +40,10 @@ table.main {
|
||||||
border : 0;
|
border : 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.headspace {
|
||||||
|
width : 8px;
|
||||||
|
}
|
||||||
|
|
||||||
#left {
|
#left {
|
||||||
width : 540px;
|
width : 540px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue