some css foo

This commit is contained in:
Karen 2011-07-15 22:15:21 +05:30
commit 345cbd10da
2 changed files with 3 additions and 2 deletions

1
README
View File

@ -1,5 +1,6 @@
itf itf
Get: Get:
bzr branch PUBLIC_URL itf bzr branch PUBLIC_URL itf
cd itf cd itf

View File

@ -24,7 +24,7 @@ position:absolute;
right:0px; right:0px;
top:11px; top:11px;
border:1px solid #f8f8f8; border:1px solid #f8f8f8;
background:url(img/search-icon.png) no-repeat right; background:url(/static/images/noel/search-icon.png) no-repeat right;
padding:2px; padding:2px;
font-family:Arial, Helvetica, 'DejaVu Sans', sans-serif; font-family:Arial, Helvetica, 'DejaVu Sans', sans-serif;
font-size:12px; font-size:12px;
@ -379,4 +379,4 @@ font-size:12px;
color:#ffb400; color:#ffb400;
text-align:left; text-align:left;
padding-left:22px; padding-left:22px;
clear:both;} clear:both;}