aboutsummaryrefslogtreecommitdiffstats
path: root/beweb/beweb/static/css/style.css
diff options
context:
space:
mode:
authorAaron Bentley <abentley@panoramicfeedback.com>2005-12-02 19:44:40 +0000
committerAaron Bentley <abentley@panoramicfeedback.com>2005-12-02 19:44:40 +0000
commit8e5be76ddb381879a272936aada4083958c351ec (patch)
treecec035701b6bf4b091ec51d8b33d62ea1de03f62 /beweb/beweb/static/css/style.css
parent4cbb5ea19b1423b57abc7c8a6b6f5f34603c44f5 (diff)
downloadbugseverywhere-8e5be76ddb381879a272936aada4083958c351ec.tar.gz
Display comments in view/edit bug display
Diffstat (limited to 'beweb/beweb/static/css/style.css')
-rw-r--r--beweb/beweb/static/css/style.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/beweb/beweb/static/css/style.css b/beweb/beweb/static/css/style.css
index 6f43777..9abc144 100644
--- a/beweb/beweb/static/css/style.css
+++ b/beweb/beweb/static/css/style.css
@@ -46,3 +46,24 @@ body
font-family: "Verdana";
font-size:11pt;
}
+.comment
+{
+ margin-top: 1em;
+ margin-bottom; 60px;
+ padding: 0.5em;
+ border: dashed thin black;
+ background-color: #ffa;
+ width:60%
+}
+.comment table
+{
+ background-color: transparent;
+}
+.comment td
+{
+ background-color: transparent;
+}
+.comment pre
+{
+ font-family: "Verdana";
+}