Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYan Zhu <picturepan2@hotmail.com>2017-09-21 05:51:17 +0300
committerYan Zhu <picturepan2@hotmail.com>2017-09-21 05:51:17 +0300
commit0ffeef8db4eeaa529a90836f8687e79ec90aa113 (patch)
treec1a9f0596e50f5324eb721dffab8c1f50686dbad /docs
parent55250782f3c4c5b3bf04eb83e42668db0e441c17 (diff)
Fix coding style
Diffstat (limited to 'docs')
-rw-r--r--docs/src/docs.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/docs.scss b/docs/src/docs.scss
index 11da1f6..383d7c6 100644
--- a/docs/src/docs.scss
+++ b/docs/src/docs.scss
@@ -140,8 +140,8 @@
position: relative;
&::before {
- content: "AD";
color: $gray-color;
+ content: "AD";
font-size: $font-size-sm;
position: absolute;
right: $layout-spacing;