mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Made footer nicer.
This commit is contained in:
parent
7fa24f5dd4
commit
b5bea5a0ed
|
|
@ -85,30 +85,22 @@
|
|||
|
||||
{{ content }}
|
||||
|
||||
<div class="footer">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<table class="contact">
|
||||
<tr>
|
||||
<td>Visit us on GitHub</td>
|
||||
<td><a href="https://github.com/GarageGames/Torque3D">github.com/GarageGames/Torque3D</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>or at home</td>
|
||||
<td><a href="http://garagegames.com/community">garagegames.com/community</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>design by</td>
|
||||
<td><a href="https://github.com/eightyeight">eightyeight</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="row" style="display: none">
|
||||
<div class="contact">
|
||||
long parargrph with lots of words and things I do hope it works properly
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="footer">
|
||||
<table class="contact">
|
||||
<tr>
|
||||
<td>Visit us on GitHub</td>
|
||||
<td><a href="https://github.com/GarageGames/Torque3D">github.com/GarageGames/Torque3D</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>or at home</td>
|
||||
<td><a href="http://garagegames.com/community">garagegames.com/community</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>design by</td>
|
||||
<td><a href="https://github.com/eightyeight">eightyeight</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
11
css/main.css
11
css/main.css
|
|
@ -140,17 +140,6 @@ a.media-subheading:hover {
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
.footer .contact {
|
||||
float: left;
|
||||
margin-right: 3em;
|
||||
}
|
||||
|
||||
.footer .rss {
|
||||
margin-top: 1.1em;
|
||||
margin-right: -.2em;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.footer .rss img {
|
||||
border: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue