From 0501a78aa63ee43167f6fd103f9e810f46c8bcaf Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Fri, 24 Aug 2012 21:27:41 -0400 Subject: all: organized sections in less --- cerulean/bootswatch.less | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) (limited to 'cerulean/bootswatch.less') diff --git a/cerulean/bootswatch.less b/cerulean/bootswatch.less index 8c6fb019..837d8b8c 100755 --- a/cerulean/bootswatch.less +++ b/cerulean/bootswatch.less @@ -3,11 +3,14 @@ // Version: 2.1.0 // ----------------------------------------------------- -// IMPORTS +// TYPOGRAPHY // ----------------------------------------------------- @import url(https://fonts.googleapis.com/css?family=Telex); +// SCAFFOLDING +// ----------------------------------------------------- + // NAVBAR // ----------------------------------------------------- @@ -111,6 +114,9 @@ div.subnav { } } +// NAV +// ----------------------------------------------------- + // BUTTONS // ----------------------------------------------------- @@ -148,10 +154,24 @@ div.subnav { .buttonBackground(lighten(@btnInverseBackground, 5%), @btnInverseBackground); } -// ICONS +// TABLES +// ----------------------------------------------------- + +// FORMS +// ----------------------------------------------------- + +// DROPDOWNS +// ----------------------------------------------------- + +// ALERTS, LABELS, BADGES +// ----------------------------------------------------- + +// MISC // ----------------------------------------------------- -// Make icons gray i[class^="icon-"]{ opacity: 0.8; } + +// MEDIA QUERIES +// ----------------------------------------------------- -- cgit v1.2.3