Changeset - d30536f02192
[Not reviewed]
beta
4 1 0
Marcin Kuzminski - 14 years ago 2011-09-14 01:07:34
marcin@python-works.com
removed obsolete static files, and fixed hover over short icons
5 files changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/css/style.css
Show inline comments
 
@@ -346,25 +346,24 @@ padding:10px 12px 8px;
 
#header #header-inner #quick li span.icon {
 
top:0;
 
left:0;
 
border-left:none;
 
border-right:1px solid #2e5c89;
 
padding:8px 8px 4px;
 
}
 
 
#header #header-inner #quick li span.icon_short {
 
top:0;
 
left:0;
 
border-left:none;
 
background:url("../images/quick_l.png") no-repeat top left;
 
border-right:1px solid #2e5c89;
 
padding:9px 4px 4px;
 
}
 
 
#header #header-inner #quick li a:hover {
 
background:#4e4e4e  no-repeat top left;
 
}
 
 
#header #header-inner #quick li a:hover span {
 
border-left:1px solid #545454;
 
}
 
rhodecode/public/images/quick_l.png
Show inline comments
 
deleted file
 
binary diff not shown
Show images
rhodecode/public/images/quick_l_selected.png
Show inline comments
 
deleted file
 
binary diff not shown
Show images
rhodecode/public/images/quick_r.png
Show inline comments
 
deleted file
 
binary diff not shown
Show images
rhodecode/public/images/quick_r_selected.png
Show inline comments
 
deleted file
 
binary diff not shown
Show images
0 comments (0 inline, 0 general)