mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
Made footer nicer.
This commit is contained in:
parent
7fa24f5dd4
commit
b5bea5a0ed
2 changed files with 16 additions and 35 deletions
|
|
@ -85,30 +85,22 @@
|
||||||
|
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
|
||||||
<div class="footer">
|
<div class="container">
|
||||||
<div class="container">
|
<div class="footer">
|
||||||
<div class="row">
|
<table class="contact">
|
||||||
<table class="contact">
|
<tr>
|
||||||
<tr>
|
<td>Visit us on GitHub</td>
|
||||||
<td>Visit us on GitHub</td>
|
<td><a href="https://github.com/GarageGames/Torque3D">github.com/GarageGames/Torque3D</a></td>
|
||||||
<td><a href="https://github.com/GarageGames/Torque3D">github.com/GarageGames/Torque3D</a></td>
|
</tr>
|
||||||
</tr>
|
<tr>
|
||||||
<tr>
|
<td>or at home</td>
|
||||||
<td>or at home</td>
|
<td><a href="http://garagegames.com/community">garagegames.com/community</a></td>
|
||||||
<td><a href="http://garagegames.com/community">garagegames.com/community</a></td>
|
</tr>
|
||||||
</tr>
|
<tr>
|
||||||
<tr>
|
<td>design by</td>
|
||||||
<td>design by</td>
|
<td><a href="https://github.com/eightyeight">eightyeight</a></td>
|
||||||
<td><a href="https://github.com/eightyeight">eightyeight</a></td>
|
</tr>
|
||||||
</tr>
|
</table>
|
||||||
</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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
11
css/main.css
11
css/main.css
|
|
@ -140,17 +140,6 @@ a.media-subheading:hover {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer .contact {
|
|
||||||
float: left;
|
|
||||||
margin-right: 3em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.footer .rss {
|
|
||||||
margin-top: 1.1em;
|
|
||||||
margin-right: -.2em;
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.footer .rss img {
|
.footer .rss img {
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue