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

github.com/rafed/ramium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/css/ramium.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/static/css/ramium.css b/static/css/ramium.css
index eacb0c6..43f6193 100644
--- a/static/css/ramium.css
+++ b/static/css/ramium.css
@@ -96,6 +96,10 @@ input:focus::placeholder {
margin-bottom: 1.5em;
}
+.blog .blog-text li ol, .blog .blog-text li ul {
+ margin-top: 0px;
+}
+
/* For margin below videos */
.blog-text div {
margin-bottom: 1em;
@@ -219,4 +223,8 @@ kbd {
/**** For codes ****/
.highlight {
font-size: 0.9em;
+}
+
+#___gcse_0 {
+ max-height: 0;
} \ No newline at end of file