diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-07-30 16:24:46 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-07-30 16:24:46 +0900 |
| commit | 6b567fdc0585cf77c8104df9b0a75c9fa7d41ec7 (patch) | |
| tree | 1c128cae1b0846826269eb86abf731153071ea97 /src/docs/style.styl | |
| parent | Fix doc (diff) | |
| download | misskey-6b567fdc0585cf77c8104df9b0a75c9fa7d41ec7.tar.gz misskey-6b567fdc0585cf77c8104df9b0a75c9fa7d41ec7.tar.bz2 misskey-6b567fdc0585cf77c8104df9b0a75c9fa7d41ec7.zip | |
ドキュメントにDisqus設置
Diffstat (limited to 'src/docs/style.styl')
| -rw-r--r-- | src/docs/style.styl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/docs/style.styl b/src/docs/style.styl index 5caa65cedd..b01fe493ac 100644 --- a/src/docs/style.styl +++ b/src/docs/style.styl @@ -40,7 +40,12 @@ main border none border-bottom solid 2px #eee - footer + > aside + margin-top 32px + padding-top 32px + border-top solid 2px #eee + + > footer margin 32px 0 0 0 border-top solid 2px #eee |