Commit d85e40e6 authored by Sven Franck's avatar Sven Franck

css: added italic, small and faint to generic css

parent a954335d
...@@ -54,6 +54,9 @@ span.static { ...@@ -54,6 +54,9 @@ span.static {
.bold { .bold {
font-weight: bold; font-weight: bold;
} }
.italic {
font-style: italic;
}
.info { .info {
font-size: 80%; font-size: 80%;
line-height: 100%; line-height: 100%;
...@@ -101,9 +104,15 @@ span.static { ...@@ -101,9 +104,15 @@ span.static {
.starred { .starred {
color: #0FBABD; color: #0FBABD;
} }
.faint {
opacity: .25;
}
.large { .large {
font-size: 125%; font-size: 125%;
} }
.small {
font-size: 75%;
}
.ui-popup .file { .ui-popup .file {
max-width: 70%; max-width: 70%;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment