aboutsummaryrefslogtreecommitdiffstats
path: root/beweb/beweb/static/css/style.css
diff options
context:
space:
mode:
authorAaron Bentley <aaron.bentley@utoronto.ca>2005-12-03 22:54:57 -0500
committerAaron Bentley <aaron.bentley@utoronto.ca>2005-12-03 22:54:57 -0500
commit5ee65b8f921c77b781a252fccbfac699993ef2ce (patch)
treefa85f5044abb4e59608c9992a58410b10036894d /beweb/beweb/static/css/style.css
parent8f4d14c254683a4fcee714ead159c3bef402f2dc (diff)
downloadbugseverywhere-5ee65b8f921c77b781a252fccbfac699993ef2ce.tar.gz
Switched to inset boxes for comments
Diffstat (limited to 'beweb/beweb/static/css/style.css')
-rw-r--r--beweb/beweb/static/css/style.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/beweb/beweb/static/css/style.css b/beweb/beweb/static/css/style.css
index 858fd74..76a3092 100644
--- a/beweb/beweb/static/css/style.css
+++ b/beweb/beweb/static/css/style.css
@@ -45,15 +45,10 @@ body
{
font-family: "Verdana";
font-size:11pt;
+ background-color: white;
}
.comment
{
- margin-top: 1em;
- margin-bottom; 60px;
- padding: 0.5em;
- border: dashed thin black;
- background-color: #ffa;
- width:60%
}
.comment table
{
@@ -77,3 +72,8 @@ body
background-repeat: no-repeat;
background-color: #ff0;
}
+table.insetbox
+{
+ margin-top: 0.5em;
+ margin-bottom: 0.5em;
+}