summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-09-10 08:07:15 +0000
committerRomain d'Alverny <rda@mageia.org>2012-09-10 08:07:15 +0000
commit14fc91fcb6eabfebf3103e89919f6ae606fe0321 (patch)
tree5a1a3a25d6b9327892679938eaae4a24b3bbf36f /style.css
parent8e44f84b9d02dd5b9c8458f439dc3e89679aa25c (diff)
downloadpkgsubmit-14fc91fcb6eabfebf3103e89919f6ae606fe0321.tar
pkgsubmit-14fc91fcb6eabfebf3103e89919f6ae606fe0321.tar.gz
pkgsubmit-14fc91fcb6eabfebf3103e89919f6ae606fe0321.tar.bz2
pkgsubmit-14fc91fcb6eabfebf3103e89919f6ae606fe0321.tar.xz
pkgsubmit-14fc91fcb6eabfebf3103e89919f6ae606fe0321.zip
highlight log text on some keywords
Diffstat (limited to 'style.css')
-rw-r--r--style.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/style.css b/style.css
index b8a3f73..2197945 100644
--- a/style.css
+++ b/style.css
@@ -84,4 +84,11 @@ span.dir { font-weight: bold; }
.gotobo, .gototop {
margin-left: 0.5em;
font-size: 90%;
-} \ No newline at end of file
+}
+
+.hl-none { font-weight: bold; }
+.hl { font-weight: bold; }
+.hl-ok { color: #33ff33; }
+.hl-info { color: #3e3eff; }
+.hl-warn { color: orange; }
+.hl-error { color: red; }