diff options
Diffstat (limited to 'readable/bootswatch.less')
-rw-r--r-- | readable/bootswatch.less | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/readable/bootswatch.less b/readable/bootswatch.less deleted file mode 100644 index 761aedc1..00000000 --- a/readable/bootswatch.less +++ /dev/null @@ -1,59 +0,0 @@ -// Readable 2.3.2 -// Bootswatch -// ----------------------------------------------------- - - -// TYPOGRAPHY -// ----------------------------------------------------- - -@import url('//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic'); - -// SCAFFOLDING -// ----------------------------------------------------- - -// NAVBAR -// ----------------------------------------------------- - -div.subnav { - - .nav > li > a, - .nav > .active > a, - .nav > .active > a:hover { - color: @textColor; - } - - &-fixed { - top: @navbarHeight + 1; - } -} - -// NAV -// ----------------------------------------------------- - -// BUTTONS -// ----------------------------------------------------- - -// TABLES -// ----------------------------------------------------- - -// FORMS -// ----------------------------------------------------- - -// DROPDOWNS -// ----------------------------------------------------- - -// ALERTS, LABELS, BADGES -// ----------------------------------------------------- - -// MISC -// ----------------------------------------------------- - -.hero-unit { - - h1, h2, h3, h4, h5, h6 { - margin: 13px 0; - } -} - -// MEDIA QUERIES -// ----------------------------------------------------- |