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:
authorRafed Muhammad Yasir <rafed123@yahoo.com>2020-06-14 19:05:33 +0300
committerRafed Muhammad Yasir <rafed123@yahoo.com>2020-06-14 19:05:33 +0300
commit576de86a57d738190bd167ec94ff0bf4ef1c14a4 (patch)
tree0fd912d1ebbad9118e623b571098f34d3844603f
parent28c6629b1103b967c72106d2bfcc803667788b2d (diff)
F*** video, chords improved
-rw-r--r--static/css/chordsheet.css4
-rw-r--r--static/css/ramium.css4
2 files changed, 6 insertions, 2 deletions
diff --git a/static/css/chordsheet.css b/static/css/chordsheet.css
index 2ab76af..260272c 100644
--- a/static/css/chordsheet.css
+++ b/static/css/chordsheet.css
@@ -2,6 +2,10 @@
color:red;
}
+.chord-sheet {
+ line-height: 1.2em;
+}
+
.chord-sheet .row {
margin-bottom: 0.8em;
}
diff --git a/static/css/ramium.css b/static/css/ramium.css
index 43f6193..2795790 100644
--- a/static/css/ramium.css
+++ b/static/css/ramium.css
@@ -101,9 +101,9 @@ input:focus::placeholder {
}
/* For margin below videos */
-.blog-text div {
+/* .blog-text div {
margin-bottom: 1em;
-}
+} */
#admin-table-summary {
font-weight: bold;