mirror of
https://github.com/gamaio/UnPS-Short.git
synced 2025-08-13 18:28:46 +00:00
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:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user