summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-01-10 12:59:36 +0000
committerMika Havela <mika.havela@gmail.com>2008-01-10 12:59:36 +0000
commitafc9e3c084fa14da285862e9bda503ecf814804a (patch)
tree057f3f46fba08c05ab9ec69e9e52518fa57567b7 /www
parente936206bcfa93796691fd401c1f5dd281bd2a97e (diff)
downloadacf-core-afc9e3c084fa14da285862e9bda503ecf814804a.tar.bz2
acf-core-afc9e3c084fa14da285862e9bda503ecf814804a.tar.xz
Added some modifications to stylesheet
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@527 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'www')
-rw-r--r--www/static/static.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/www/static/static.css b/www/static/static.css
index 1915ed2..940b907 100644
--- a/www/static/static.css
+++ b/www/static/static.css
@@ -54,6 +54,8 @@ hr {
font-size: 11pt;
font-weight: bold;
color: #f33;
+ margin: 0;
+ padding: 0;
}
.mute {
color: #777;
@@ -327,7 +329,7 @@ body {
clear: both;
height: 14px;
padding: 0px 0px 0px 15px;
- margin: 20px 0px 2px -5px;
+ margin: 0px 0px 2px -5px;
text-decoration: none;
font-size: 12px;
font-weight: thin;
@@ -374,6 +376,14 @@ body {
font-weight: light;
/* background: green; */
}
+#content dd p {
+ display: inline;
+ margin-left: 10px;
+ font-style: italic;
+/* background: green; */
+}
+
+
#content dd.error {
color: red;
}