Linode update.

master
Nick Sergeant 2013-01-22 13:51:04 -05:00
parent 28a6b74945
commit 151df17f3d
3 changed files with 6 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -619,9 +619,13 @@ section.main {
div.linode { div.linode {
background: transparent url('/static/images/linode.png') top left no-repeat; background: transparent url('/static/images/linode.png') top left no-repeat;
background-size: 100%; background-size: 100%;
clear: both;
float: left;
margin-bottom: 30px;
margin-left: 17px; margin-left: 17px;
padding-bottom: 20px; padding-bottom: 20px;
position: relative; position: relative;
width: 153px;
a { a {
display: block; display: block;
@ -1473,8 +1477,6 @@ div.site-notice {
} }
a.go-pro { a.go-pro {
background: transparent url('/static/images/pro-hero-bg.png') top left repeat; background: transparent url('/static/images/pro-hero-bg.png') top left repeat;
border-left: 0;
border-right: 0;
color: #797979; color: #797979;
display: block; display: block;
font: bold 12px $Helvetica; font: bold 12px $Helvetica;
@ -1973,7 +1975,6 @@ body.snipt-page {
aside.main { aside.main {
nav.footer { nav.footer {
float: left; float: left;
margin-bottom: 0;
} }
} }
} }