aboutsummaryrefslogtreecommitdiffstats
path: root/assets/styles.css
diff options
context:
space:
mode:
authorKarissa McKelvey <karissa@users.noreply.github.com>2016-08-12 15:55:50 +0200
committerJoe Hand <joe@joeahand.com>2016-08-12 09:55:50 -0400
commit253db19f5e2ee8c87c74d992c69d4f936eaa7db9 (patch)
tree366b6601c8829dbbe3bfb5b40780ffac29a55905 /assets/styles.css
parent416108575f8207d687c52ca079117bcc5cfdb515 (diff)
downloaddat-docs-253db19f5e2ee8c87c74d992c69d4f936eaa7db9.tar.gz
dat-docs-253db19f5e2ee8c87c74d992c69d4f936eaa7db9.zip
add dat-design and sass capability (#16)
* add dat-design and sass capability * add watch:css rule * add nodemon * fix typo * update watch css command (it watched and built the css before, but styles still didn't update in the browser. there's probably a more performant way to do this.) * override minidocs default styles with custom dat styles * clean up scss
Diffstat (limited to 'assets/styles.css')
-rw-r--r--assets/styles.css10
1 files changed, 0 insertions, 10 deletions
diff --git a/assets/styles.css b/assets/styles.css
deleted file mode 100644
index a6888f6..0000000
--- a/assets/styles.css
+++ /dev/null
@@ -1,10 +0,0 @@
-.minidocs-logo {
- max-height: 100px;
- width: inherit !important;
- margin: 0 auto;
- display: block;
-}
-
-.minidocs-content {
- padding-bottom: 50px;
-} \ No newline at end of file