Skip to content
Snippets Groups Projects
Verified Commit dcdaf3e0 authored by Jake's avatar Jake :speech_balloon:
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 { ...@@ -322,6 +322,21 @@ hr {
width: 100%; width: 100%;
} }
sub {
vertical-align: -25%;
}
sup {
vertical-align: 50%;
}
.content .underline {
text-decoration: underline;
}
.content .smallcaps {
font-variant: small-caps;
}
.content iframe { .content iframe {
width: 100%; width: 100%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment