mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-04-24 07:39:57 -04:00
we use the following vendor libraries: - Markdown.php for on-the-fly creation of documentation - htmlpurifier for sane HTML output - lessphp for on-the-fly creation of css out of less files - tcpdf for pdf generation in the backend refs #4212
25 lines
228 B
CSS
25 lines
228 B
CSS
something blue,
|
|
world {
|
|
color: blue;
|
|
}
|
|
.div 3434 {
|
|
height: 100px;
|
|
}
|
|
.div cool red {
|
|
height: 4000px;
|
|
}
|
|
.span5 {
|
|
color: 15;
|
|
}
|
|
.span4 {
|
|
color: 14;
|
|
}
|
|
.span3 {
|
|
color: 13;
|
|
}
|
|
.span2 {
|
|
color: 12;
|
|
}
|
|
.span1 {
|
|
color: 11;
|
|
}
|