diff options
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/edit.css | 6 | ||||
-rw-r--r-- | assets/css/home.css | 21 |
2 files changed, 13 insertions, 14 deletions
diff --git a/assets/css/edit.css b/assets/css/edit.css index f43684c..c774434 100644 --- a/assets/css/edit.css +++ b/assets/css/edit.css @@ -406,6 +406,12 @@ span.cm-wkeyword { img.icon { height: 23px; } + + + span#shortcuts { + font-size: 23px; + line-height: 1; + } } diff --git a/assets/css/home.css b/assets/css/home.css index 221472e..e06165b 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -107,20 +107,6 @@ aside summary:hover { } -aside.home details#bookmarks input[type="checkbox"] { - opacity: 0.2; - float: right; - height: 11px; -} - -aside.home details#bookmarks input[type="checkbox"]:hover { - opacity: 1; -} - -aside.home details#bookmarks ul { - padding: 2%; -} - aside.home #edit input[type="submit"] { width: 100%; } @@ -674,6 +660,12 @@ footer { height: 23px; } + + span#shortcuts { + font-size: 23px; + line-height: 1; + } + } @@ -687,3 +679,4 @@ footer { } } + |