diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-08-20 19:41:18 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-08-20 19:41:18 -0400 |
commit | 4daf7d44fc3d8250930d61d9d991bb8d636355ec (patch) | |
tree | cafc7767c72c2ae9b701baae486ed8239edf0d51 /css | |
parent | c66449c05508b2e1198b051adb1c487098e23b28 (diff) |
index: fix script order
Diffstat (limited to 'css')
-rw-r--r-- | css/bootswatch.css | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/css/bootswatch.css b/css/bootswatch.css index 1c2a30dd..ef59b4f0 100644 --- a/css/bootswatch.css +++ b/css/bootswatch.css @@ -156,12 +156,18 @@ body { } } -.bsap { - margin-bottom: 20px; +div.one .bsa_it_ad { + padding: 25px 25px 15px 25px; } -div.one .bsa_it_ad { - padding: 25px; +div.one .bsa_it_p { + display: none; +} + +#bsap_aplink { + float: right; + margin-bottom: 20px; + font-size: 10px; } /* Landscape phone to portrait tablet */ |