moved from inigui to inifig theme, created clameurs theme

This commit is contained in:
Bachir Soussi Chiadmi
2017-01-22 14:55:34 +01:00
parent 80df12f80c
commit b462526778
479 changed files with 6224 additions and 78627 deletions
+23
View File
@@ -0,0 +1,23 @@
/* $Id: maintenance.css,v 1.1 2007/11/30 12:19:10 goba Exp $ */
/* Update styles */
#update-results {
margin-top: 3em;
padding: 0.25em;
border: 1px solid #ccc;
background: #eee;
font-size: smaller;
}
#update-results h2 {
margin-top: 0.25em;
}
#update-results h4 {
margin-bottom: 0.25em;
}
#update-results li.none {
color: #888;
font-style: italic;
}
#update-results li.failure strong {
color: #b63300;
}