diff options
Diffstat (limited to 'readable/bootstrap.css')
-rw-r--r-- | readable/bootstrap.css | 101 |
1 files changed, 49 insertions, 52 deletions
diff --git a/readable/bootstrap.css b/readable/bootstrap.css index d5e8e1f3..5d2241f5 100644 --- a/readable/bootstrap.css +++ b/readable/bootstrap.css @@ -4760,12 +4760,26 @@ h2 { h3 { font-size: 1.5em; } -h6 { - color: #282828; -} small { font-size: 13px; } +blockquote { + border-left: 6px solid #cdcdcd; +} +blockquote.pull-right { + border-right: 6px solid #cdcdcd; +} +blockquote p { + font-size: 1em; + line-height: 1.2em; +} +code, +pre { + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; + background-color: #ffffff; +} .muted, .help-block, .uneditable-input, @@ -4879,18 +4893,6 @@ div.subnav .nav > li:active > a:hover { div.subnav-fixed { top: 50px; } -.dropdown-menu { - border: 1px solid #D4D4D4; - -webkit-border-radius: 0; - -moz-border-radius: 0; - border-radius: 0; - -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); - -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); - box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); -} -.dropdown-menu .divider { - margin: 5px 1px; -} .nav .dropdown .caret { opacity: 1; } @@ -5046,6 +5048,23 @@ div.subnav-fixed { .btn .caret { margin-top: 13px; } +.table-bordered { + -webkit-border-radius: 0; + -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; +} input, button, select, @@ -5066,34 +5085,17 @@ input[type="file"] { border-top: 1px solid #D4D4D4; padding-top: 2em; } -.table-bordered { - -webkit-border-radius: 0; - -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; +.dropdown-menu { + border: 1px solid #D4D4D4; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; + -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); } -.modal-header { - border-bottom: none; -} -.modal-footer { - background-color: #fafdfa; +.dropdown-menu .divider { + margin: 5px 1px; } .alert, .label, @@ -5142,16 +5144,6 @@ input[type="file"] { -moz-border-radius: 0; border-radius: 0; } -blockquote { - border-left: 6px solid #cdcdcd; -} -blockquote.pull-right { - border-right: 6px solid #cdcdcd; -} -blockquote p { - font-size: 1em; - line-height: 1.2em; -} .thumbnail { background-color: #ffffff; } @@ -5164,12 +5156,17 @@ blockquote p { -moz-box-shadow: none; box-shadow: none; } -code, -pre { +.modal { + background-color: #ffffff; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; - background-color: #ffffff; +} +.modal-header { + border-bottom: none; +} +.modal-footer { + background-color: #fafdfa; } .pull-right { float: right; |