]> piware.de Git - chordpro-web.git/blobdiff - chordpro.css
Add loading via URL
[chordpro-web.git] / chordpro.css
index 6d300aa47541239974579081f8180a9044901f1d..e2e75c408d800c54e5707f602d67dd1c279e381b 100644 (file)
@@ -1,22 +1,29 @@
-h1 {
-  font-size: xx-large;
+body {
+  font-family: sans-serif;
 }
 
 h2 {
-  font-size: large;
+  font-style: italic;
+}
+
+.comment {
   font-style: italic;
 }
 
 .verse {
   white-space: pre-line;
   margin-bottom: 0.3em;
-  font-family: sans-serif;
 }
 
 .verse.chords {
   line-height: 2.3em;
 }
 
+.chord + .chord {
+  width: unset;
+  margin-left: 0.3ex;
+}
+
 .chord {
   position: relative;
   top: -1em;