aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-08-21 20:12:18 -0700
committerMark Otto <[email protected]>2011-08-21 20:12:18 -0700
commit12efeccdf74b61b61b8d784b55fa857eb409b8b9 (patch)
tree7609a12ece316a2721846833ccf160d905ff1070 /lib
parentc705521e08c9d673222b23aaca7ca465433cc245 (diff)
downloadbootstrap-12efeccdf74b61b61b8d784b55fa857eb409b8b9.tar.xz
bootstrap-12efeccdf74b61b61b8d784b55fa857eb409b8b9.zip
tweak pagination styles to include better border and box shadow
Diffstat (limited to 'lib')
-rw-r--r--lib/patterns.less7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/patterns.less b/lib/patterns.less
index 6506287a2..fbe3df3ea 100644
--- a/lib/patterns.less
+++ b/lib/patterns.less
@@ -441,7 +441,7 @@ div.topbar {
border: 1px solid #ddd;
border: 1px solid rgba(0,0,0,.15);
.border-radius(3px);
- .box-shadow(0 1px 2px rgba(0,0,0,.075);
+ .box-shadow(0 1px 2px rgba(0,0,0,.05);
li {
display: inline;
a {
@@ -505,10 +505,11 @@ div.topbar {
width: 560px;
margin: -280px 0 0 -250px;
background-color: @white;
+ border: 1px solid #999;
border: 1px solid rgba(0,0,0,.3);
.border-radius(6px);
.box-shadow(0 3px 7px rgba(0,0,0,0.3));
- .background-clip(padding);
+ .background-clip(padding-box);
.modal-header {
border-bottom: 1px solid #eee;
padding: 5px 20px;
@@ -647,7 +648,7 @@ div.topbar {
background-color: @white;
padding: 14px;
.border-radius(0 0 3px 3px);
- .background-clip(padding);
+ .background-clip(padding-box);
p, ul, ol {
margin-bottom: 0;
}