From 7bf048ce85fe5d72d8880abc621535d7f0ee1eab Mon Sep 17 00:00:00 2001 From: ccd0 Date: Wed, 16 Mar 2016 00:15:36 -0700 Subject: [PATCH] CSS organization. --- src/css/style.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/css/style.css b/src/css/style.css index 520d2a2f0..61cf3c041 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -505,6 +505,10 @@ audio.controls-added { .credits { float: right; } +.export, .import, .reset { + cursor: pointer; + text-decoration: none !important; +} .tab-selected { font-weight: 700; } @@ -1798,10 +1802,7 @@ a:only-of-type > .remove { left: 0px; width: 200px; } -.export, .import, .reset { - cursor: pointer; - text-decoration: none !important; -} + /* Custom Board Titles */ .boardTitle, .boardSubtitle { white-space: pre-line; @@ -1810,6 +1811,7 @@ a:only-of-type > .remove { .boardSubtitle[contenteditable="true"] { cursor: text !important; } + /* Link Title Favicons */ <%= grunt.file.expand('src/Linkification/icons/*.png').map(function(file) {