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 {
.bold {
font-weight: bold;
}
.italic {
font-style: italic;
}
.info {
font-size: 80%;
line-height: 100%;
......@@ -101,9 +104,15 @@ span.static {
.starred {
color: #0FBABD;
}
.faint {
opacity: .25;
}
.large {
font-size: 125%;
}
.small {
font-size: 75%;
}
.ui-popup .file {
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