comparison rhodecode/public/css/style.css @ 4145:47690c876a90 rhodecode-2.2.5-gpl

old style: fix icons using the existing images instead of the custom font awesome it has been marked up for
author Mads Kiilerich <madski@unity3d.com>
date Tue, 10 Dec 2013 19:28:05 +0100
parents 962f753552cd
children 5842d2115a25
comparison
equal deleted inserted replaced
4144:962f753552cd 4145:47690c876a90
2980 } 2980 }
2981 .diffblock .changeset_header { 2981 .diffblock .changeset_header {
2982 height: 16px; 2982 height: 16px;
2983 } 2983 }
2984 .diffblock .changeset_file { 2984 .diffblock .changeset_file {
2985 background: url("../images/icons/file.png") no-repeat scroll 3px; 2985 float: left;
2986 text-align: left;
2987 float: left;
2988 padding: 2px 0px 2px 22px;
2989 } 2986 }
2990 .diffblock .diff-menu-wrapper { 2987 .diffblock .diff-menu-wrapper {
2991 float: left; 2988 float: left;
2992 } 2989 }
2993 2990