diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-01-26 18:53:12 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-01-26 18:53:12 -0500 |
commit | 489a0d37c4143ecb7f7764ccbddc4b53ba5f028e (patch) | |
tree | d85cc095ca85c79274f1a330c5162ec2612ec33b /css | |
parent | c942f181fde761de8ccb22d285598c85cd7d95d1 (diff) |
index: border on hero-unit
Diffstat (limited to 'css')
-rw-r--r-- | css/bootswatch.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/css/bootswatch.css b/css/bootswatch.css index b860beba..80d90956 100644 --- a/css/bootswatch.css +++ b/css/bootswatch.css @@ -100,6 +100,7 @@ section { .hero-unit { margin-bottom: 10px; + border: 1px solid #ddd; text-align: center; } |