projects
/
matthijs
/
projects
/
xerxes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e0ad55
)
* Put a border around comments, makes it slightly clearer.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Sat, 26 Jul 2008 11:09:36 +0000
(13:09 +0200)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Sat, 26 Jul 2008 11:09:36 +0000
(13:09 +0200)
static/base/css/base.css
patch
|
blob
|
history
diff --git
a/static/base/css/base.css
b/static/base/css/base.css
index 27bda31e1f70f3b47a8d62ca482476d819690a7e..3997d24d43cabc23ad37ac4476480eb95cb17855 100644
(file)
--- a/
static/base/css/base.css
+++ b/
static/base/css/base.css
@@
-11,3
+11,8
@@
table {
.navrechts {
margin-top:0px;
}
+
+.comment {
+ border: solid white 2px;
+ margin-top: 2px;
+}