summaryrefslogtreecommitdiff
path: root/yeti/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-11-22 00:05:15 -0500
committerThomas Park <thomas@thomaspark.me>2013-11-22 00:05:15 -0500
commit734de233805225a9fd6682550934e1542eeb7e05 (patch)
tree67e288e44c3249cfcc9a5df422e27f2a3b0f3863 /yeti/bootswatch.less
parent15ab2329d426a1e18fe4a76de8fcd4b8aec403ef (diff)
yeti: border-radius on pagination first-child and last-child
Diffstat (limited to 'yeti/bootswatch.less')
-rw-r--r--yeti/bootswatch.less14
1 files changed, 10 insertions, 4 deletions
diff --git a/yeti/bootswatch.less b/yeti/bootswatch.less
index c8f1fd10..ab92bc72 100644
--- a/yeti/bootswatch.less
+++ b/yeti/bootswatch.less
@@ -150,10 +150,16 @@ label,
font-weight: 300;
color: @gray-light;
- > li > a {
- margin-left: 4px;
- border-radius: 3px;
- color: @gray-light;
+ > li,
+ > li,
+ > li:first-child,
+ > li:last-child {
+ > a,
+ > span {
+ margin-left: 4px;
+ border-radius: 3px;
+ color: @gray-light;
+ }
}
&-lg > li > a {