Skip to content
Snippets Groups Projects
Commit 440e1238 authored by matthiasgrimm's avatar matthiasgrimm
Browse files

improved navigation bar flexibility

CSS of default template modified. The navigation bar get rid of
fixed width definitions which will guarantee improved behaviour
on small browser windows. Not everyone uses 1600x1200 ;-)

darcs-hash:20050513183057-7ef76-b9077fa8a994beaaf7b0cff2c16be20deb57a96e.gz
parent d6e54e02
No related branches found
No related tags found
No related merge requests found
......@@ -60,12 +60,10 @@
.bar-left {
float:left;
width:50%;
}
.bar-right {
float:right;
width:50%;
text-align:right;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment