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

github.com/yanlinlin82/simple-style.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorLinlin Yan <yanlinlin82@gmail.com>2022-04-04 14:13:33 +0300
committerLinlin Yan <yanlinlin82@gmail.com>2022-04-04 14:13:33 +0300
commit12f8ba78490a9172cbb5e09abfa7756cef552504 (patch)
treee53ece817dcd0ba45cb598f63e0ec52c4464143b /static
parent545214c582e6a7ffa88fa68bdb0ead1bff987730 (diff)
Move hard-coded styles to css file.
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 9d093c5..3100be9 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -35,3 +35,5 @@ svg:hover.permalink{color:#f00;fill:currentColor}
.content h5{padding:0;margin:10px 0 0}
.content h6{padding:0;margin:10px 0 0}
.content p{padding:0;margin:10px 0}
+.search{position:fixed; right:-30px; max-width:300px; overflow:auto; top: 1px; width: 300px; bottom:100px}
+.toc{position:fixed; right:50px; max-width:255px; overflow:auto; top: 120px; width: 220px; bottom:90px}