summaryrefslogtreecommitdiff
path: root/public/assets/README
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2012-08-24 21:12:36 -0700
committerelijah <elijah@riseup.net>2012-08-24 21:12:36 -0700
commit627f0488e5bd3c31359fc9e78acffbfea4a86a8b (patch)
treef7b14733e314cf82d5fa3e18cbe9d98c2ffe5c7c /public/assets/README
parentb774dea07f97b078fa17e5dcbf901d1c83fed0d6 (diff)
committed website v. 0.1.0
Diffstat (limited to 'public/assets/README')
-rw-r--r--public/assets/README23
1 files changed, 23 insertions, 0 deletions
diff --git a/public/assets/README b/public/assets/README
new file mode 100644
index 0000000..2865272
--- /dev/null
+++ b/public/assets/README
@@ -0,0 +1,23 @@
+The stylesheets we use are based on bootstrap, with some significant changes:
+
+(1) We do not use bootstrap layout. Instead, see superfluid.scss
+
+(2) We do use the fluid grid system of bootstrap, but not the fixed grid system.
+
+ For example, this is valid:
+
+ <div class="row-fluid">
+ <div class="span12">
+ Level 1 of column
+ <div class="row-fluid">
+ <div class="span6">Level 2</div>
+ <div class="span6">Level 2</div>
+ </div>
+ </div>
+ </div>
+
+ but <div class="row"> is not supported
+
+ we keep the default of twelve columns.
+
+(3) see app/assets/stylesheets/bootstrap.scss for the custom ways we partially include bootstrap. \ No newline at end of file