Skip to content
Snippets Groups Projects
Verified Commit dcdaf3e0 authored by Jake's avatar Jake
Browse files

Styling für einige Elemente und Klassen hinzugefügt

closes #35
parent e3fa1bc6
No related branches found
No related tags found
No related merge requests found
......@@ -322,6 +322,21 @@ hr {
width: 100%;
}
sub {
vertical-align: -25%;
}
sup {
vertical-align: 50%;
}
.content .underline {
text-decoration: underline;
}
.content .smallcaps {
font-variant: small-caps;
}
.content iframe {
width: 100%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment