From 893f61032c8cc9f54bcaa051472a299fecfecc25 Mon Sep 17 00:00:00 2001 From: Alexander Yakovlev Date: Tue, 16 Feb 2016 13:18:11 +0700 Subject: [PATCH] No need to advertise what's not there yet. Got rid of the dropdown. --- html/index.html | 23 ++++------------------- sass/main.scss | 6 +++--- 2 files changed, 7 insertions(+), 22 deletions(-) diff --git a/html/index.html b/html/index.html index 1e5cd6d..db994e4 100644 --- a/html/index.html +++ b/html/index.html @@ -56,23 +56,6 @@ -
@@ -84,7 +67,10 @@

Betatesting credit: none yet

- This program is licensed under MIT license. +

+ +

+

This program is licensed under MIT license.

@@ -93,7 +79,6 @@ - diff --git a/sass/main.scss b/sass/main.scss index a1e1a06..e3b2811 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -9,10 +9,10 @@ @import "bootstrap/scss/type"; @import "bootstrap/scss/images"; @import "bootstrap/scss/grid"; -//@import "bootstrap/scss/buttons"; +@import "bootstrap/scss/buttons"; -@import "bootstrap/scss/animation"; -@import "bootstrap/scss/dropdown"; +//@import "bootstrap/scss/animation"; +//@import "bootstrap/scss/dropdown"; @import "bootstrap/scss/nav"; @import "bootstrap/scss/responsive-embed"; @import "bootstrap/scss/utilities";