Skip to content

Commit 49f9373

Browse files
committed
[css2] Now centers navbar.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401893
1 parent 4e84b6e commit 49f9373

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

css2/style/default.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Style sheet for the CSS2 specification
3-
* $Id: default.css,v 2.17 2002-04-23 20:43:50 bbos Exp $
3+
* $Id: default.css,v 2.18 2002-07-08 15:00:06 bbos Exp $
44
*/
55

66
BODY {
@@ -21,6 +21,10 @@ H1 {
2121
text-align: center;
2222
}
2323

24+
DIV.navbar {
25+
text-align: center;
26+
}
27+
2428
@media print {
2529
P {
2630
margin-top: 0;

0 commit comments

Comments
 (0)