summaryrefslogtreecommitdiffstats
path: root/web/html/css/containers.css
diff options
context:
space:
mode:
authorLoui Chang <louipc.ist@gmail.com>2007-09-27 00:06:56 -0400
committerLoui Chang <louipc.ist@gmail.com>2007-09-27 00:06:56 -0400
commitd2134f7637279592b11e4c0f778445bd347b0804 (patch)
tree38ab2013be237835ceff41f468d3dde2438e3bef /web/html/css/containers.css
parente8ae65abf62e2d85d4baf406fb651e2aa5814d3b (diff)
parentd1c9422095b9981f608b75f0b78e412983ba7aff (diff)
downloadaurweb-d2134f7637279592b11e4c0f778445bd347b0804.tar.xz
Merge commit 'origin/testing'
Yeah I actually want to work from testing. Conflicts: web/lib/pkgfuncs.inc Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/html/css/containers.css')
-rw-r--r--web/html/css/containers.css5
1 files changed, 1 insertions, 4 deletions
diff --git a/web/html/css/containers.css b/web/html/css/containers.css
index 2a0a0e4..006c4ff 100644
--- a/web/html/css/containers.css
+++ b/web/html/css/containers.css
@@ -3,7 +3,6 @@
border: 0px;
margin: 0px;
padding: 0px;
- font-family: arial,verdana,tahoma;
}
/* Main Wrapper Data Format */
@@ -182,7 +181,6 @@
td.text
{
color: #000;
- font-family: verdana;
font-size: 12px;
}
th
@@ -198,7 +196,7 @@
input,textarea,select
{
background-color: rgb(108,131,176);
- font-family: courier;
+ font-family: monospace;
font-size: 12px;
background-color: #ccc;
border: #000000 1px solid;
@@ -210,6 +208,5 @@
background-color: #fff;
color: rgb(108,131,176);
border: 1px dashed rgb(108,131,176);
- font-family: trebuchet ms, tahoma, verdana;
font-size: 12px;
}