projects
/
invirt/packages/invirt-web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1783431
)
dashed -> solid line under <h1/>
author
Greg Price
<price@mit.edu>
Thu, 17 Apr 2008 04:49:26 +0000
(
00:49
-0400)
committer
Greg Price
<price@mit.edu>
Thu, 17 Apr 2008 04:49:26 +0000
(
00:49
-0400)
svn path=/trunk/packages/sipb-xen-www/; revision=428
code/static/style.css
patch
|
blob
|
history
diff --git
a/code/static/style.css
b/code/static/style.css
index
4711aab
..
91ca503
100644
(file)
--- a/
code/static/style.css
+++ b/
code/static/style.css
@@
-25,9
+25,9
@@
h1, h2, h3, h4, h5, h6 {
color: #13a;
}
-/* Dashed line under the header. */
+/* Dividing line under the header. */
h1 {
- border-bottom: 1px dashed black;
+ border-bottom: 1px solid black;
margin-top: 0;
overflow: auto;
}