diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-05-15 15:53:01 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-05-15 15:53:01 -0400 |
commit | 5ac3b31cd7ae88c432b9ba6a647a835a950acb6b (patch) | |
tree | 260898cf94d905260a1f28a068ae0d8425ebb5fe | |
parent | 6a8ac7c30f7eb6c2659c1204e7e18c5f6b5e2db3 (diff) |
even padding on ads
-rw-r--r-- | css/bootswatch.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/bootswatch.css b/css/bootswatch.css index 945a01a6..6a52381d 100644 --- a/css/bootswatch.css +++ b/css/bootswatch.css @@ -135,7 +135,7 @@ section { body .one .bsa_it_ad { margin-bottom: -10px; - padding: 25px 25px 15px 25px; + padding: 25px; background: none; border: none; font-family: inherit; |