summaryrefslogtreecommitdiff
path: root/readable/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-03-17 20:14:45 -0400
committerThomas Park <thomas@thomaspark.me>2012-03-17 20:14:45 -0400
commita81dfee3ed6b7b4a34f8f140f0cba49494699b92 (patch)
treea31bc196fde46175ae1402250baf5dabffb6c31e /readable/bootstrap.css
parent0887b39681ec6578ec9ca9010e729db956d310c2 (diff)
all: modal support
Diffstat (limited to 'readable/bootstrap.css')
-rw-r--r--readable/bootstrap.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/readable/bootstrap.css b/readable/bootstrap.css
index 8db39bc1..377be348 100644
--- a/readable/bootstrap.css
+++ b/readable/bootstrap.css
@@ -4318,6 +4318,30 @@ input[type="file"] {
-moz-border-radius: 0;
border-radius: 0;
}
+.table-bordered thead:first-child tr:first-child th:first-child,
+.table-bordered tbody:first-child tr:first-child td:first-child {
+ -webkit-border-radius: 0;
+ -moz-border-radius: 0;
+ border-radius: 0;
+}
+.table-bordered thead:last-child tr:last-child th:first-child,
+.table-bordered tbody:last-child tr:last-child td:first-child {
+ -webkit-border-radius: 0;
+ -moz-border-radius: 0;
+ border-radius: 0;
+}
+.modal {
+ background-color: #ffffff;
+ -webkit-border-radius: 0;
+ -moz-border-radius: 0;
+ border-radius: 0;
+}
+.modal-header {
+ border-bottom: none;
+}
+.modal-footer {
+ background-color: #fdfdfa;
+}
.alert,
.label,
.label:hover {