aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-22 22:49:37 -0700
committerMark Otto <[email protected]>2011-10-22 22:49:37 -0700
commitb4c0d2a6b2fe1bc92c3635cda71b63ee08a05be4 (patch)
tree5e2d407e9a7e861a42fb5b996ecd448cca7548f9 /bootstrap.css
parentfb7fbdb278cc76c597acb69de5cd3a5d6eb77b00 (diff)
downloadbootstrap-b4c0d2a6b2fe1bc92c3635cda71b63ee08a05be4.tar.xz
bootstrap-b4c0d2a6b2fe1bc92c3635cda71b63ee08a05be4.zip
tweaks to the responsive layout to improve type
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css12
1 files changed, 4 insertions, 8 deletions
diff --git a/bootstrap.css b/bootstrap.css
index aebabeecc..c055a79c9 100644
--- a/bootstrap.css
+++ b/bootstrap.css
@@ -6,11 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
-<<<<<<< HEAD
- * Date: Sat Oct 22 15:49:12 PDT 2011
-=======
- * Date: Fri Oct 21 11:54:44 CDT 2011
->>>>>>> 2e09ffe3832106fab60dc01cc3159c13029bdf68
+ * Date: Sat Oct 22 22:49:01 PDT 2011
*/
/* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
@@ -520,7 +516,7 @@ pre {
background-color: #f5f5f5;
display: block;
padding: 8.5px;
- margin: 0 0 18px;
+ margin: 0 0 9px;
line-height: 18px;
font-size: 12px;
border: 1px solid #ccc;
@@ -530,7 +526,7 @@ pre {
border-radius: 3px;
white-space: pre;
white-space: pre-wrap;
- word-wrap: break-word;
+ word-break: break-all;
}
/* Forms.less
* Base styles for various input types, form layouts, and states
@@ -2270,7 +2266,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
@media (max-width: 480px) {
.container {
width: auto;
- padding: 0 10px;
+ padding: 0 15px;
}
.row {
margin-left: 0;