Add Google Ads

This hasn't been implemented yet, but it's a work in progress.
I'm planning on only having one ad display on the page under the
message.

Something else that needs to be done is a loading animation where
the message will appear as the AJAX processes the request
This commit is contained in:
Arctic Code
2014-02-13 12:21:33 -06:00
parent d19f7f8ab8
commit 53066fac04
3 changed files with 27 additions and 4 deletions

View File

@@ -243,7 +243,7 @@ ul.nav li.dropdown:hover > ul.dropdown-menu {
#privacy-link, #tos-link, #reg-link{
float: right;
padding-right: 10px;
padding-right: 2%;
color: #eee;
}
@@ -299,4 +299,10 @@ h2 {
width: 100%;
font-size: 12px;
line-height: 1.428561429;
}
.gab{
background: url(http://placehold.it/570x80.png);
border-radius: 5px;
max-width: 570px;
}

BIN
assets/images/Untitled.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB