[WTF CVS] wtf/static general.css,1.11,1.12
Brought to you by:
gryphonshafer
From: Gryphon S. <gry...@us...> - 2006-12-03 21:06:20
|
Update of /cvsroot/wtf-tracker/wtf/static In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv11619/static Modified Files: general.css Log Message: Moved the nav bar up and right by 5 pixels each way, 'cause I think it looks better that way. Index: general.css =================================================================== RCS file: /cvsroot/wtf-tracker/wtf/static/general.css,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** general.css 2 Dec 2006 00:09:09 -0000 1.11 --- general.css 3 Dec 2006 21:06:13 -0000 1.12 *************** *** 63,68 **** div#nav_bar { position: absolute; ! top: 15px; ! right: 10px; text-align: right; } --- 63,68 ---- div#nav_bar { position: absolute; ! top: 10px; ! right: 5px; text-align: right; } |