projects
/
mspang
/
www.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3ead8b
)
event date and room no longer wrap
author
Owen Smith
<omsmith@csclub.uwaterloo.ca>
Mon, 30 Jul 2012 22:05:13 +0000
(18:05 -0400)
committer
Owen Smith
<omsmith@csclub.uwaterloo.ca>
Mon, 30 Jul 2012 22:05:13 +0000
(18:05 -0400)
default.css
patch
|
blob
|
history
diff --git
a/default.css
b/default.css
index
b9e1a80
..
15f09f3
100644
(file)
--- a/
default.css
+++ b/
default.css
@@
-84,6
+84,7
@@
td.eventdate {
background: #eeffee;
text-align: center;
font-weight: bold;
+ white-space: nowrap;
}
td.eventitem {
background: white;
@@
-92,6
+93,7
@@
td.eventitem {
td.eventroom {
background: #eeffee;
text-align: center;
+ white-space: nowrap;
}
th.news {
background: #222255;