aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-1.0.0.css
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-08-16 22:58:01 -0700
committerJacob Thornton <[email protected]>2011-08-16 22:58:01 -0700
commit6d0b083b7d594d3b8caa4b820a3712a5e3cc91c8 (patch)
tree1e63886781d626933a6cee19872e105cd8a0066d /bootstrap-1.0.0.css
parent5eb962faea0ef05392ba9109546d5d9fda07aa43 (diff)
downloadbootstrap-6d0b083b7d594d3b8caa4b820a3712a5e3cc91c8.tar.xz
bootstrap-6d0b083b7d594d3b8caa4b820a3712a5e3cc91c8.zip
update whitspace and comment styles
Diffstat (limited to 'bootstrap-1.0.0.css')
-rw-r--r--bootstrap-1.0.0.css28
1 files changed, 7 insertions, 21 deletions
diff --git a/bootstrap-1.0.0.css b/bootstrap-1.0.0.css
index 77a727642..fc8f7359a 100644
--- a/bootstrap-1.0.0.css
+++ b/bootstrap-1.0.0.css
@@ -6,12 +6,11 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Fri Jul 29 13:03:43 PDT 2011
+ * Date: Tue Aug 16 22:54:18 PDT 2011
*/
-/*
- * Reset.less
+/* 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).
- */
+ * ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
html, body {
margin: 0;
padding: 0;
@@ -125,9 +124,7 @@ aside {
/*
* Scaffolding
* Basic and global styles for generating a grid system, structural layout, and page templates
- */
-/* Baseline Grid System
--------------------------------------------------- */
+ * ------------------------------------------------------------------------------------------- */
.row {
zoom: 1;
}
@@ -338,8 +335,6 @@ aside {
.row .offset12:first-child {
margin-left: 720px !important;
}
-/* Structural Layout
--------------------------------------------------- */
html, body {
background-color: #fff;
}
@@ -376,8 +371,6 @@ div.container-fluid div.content {
max-width: 1180px;
margin-left: 240px;
}
-/* Base Styles
--------------------------------------------------- */
a {
color: #0069d6;
text-decoration: none;
@@ -639,12 +632,9 @@ pre {
border-radius: 3px;
white-space: pre-wrap;
}
-/*
- * Forms.less
+/* Forms.less
* Base styles for various input types, form layouts, and states
- */
-/* Global form styles
--------------------------------------------------- */
+ * ------------------------------------------------------------- */
form {
margin-bottom: 18px;
}
@@ -981,9 +971,7 @@ form.form-stacked div.actions {
/*
* Tables.less
* Tables for, you guessed it, tabular data
- */
-/* Baseline styles
--------------------------------------------------- */
+ * ---------------------------------------- */
table {
width: 100%;
margin-bottom: 18px;
@@ -1003,8 +991,6 @@ table th {
font-weight: bold;
border-bottom-width: 2px;
}
-/* Zebra-striping
--------------------------------------------------- */
table.zebra-striped tbody tr:nth-child(odd) td {
background-color: #f9f9f9;
}