Subversion Repositories DevTools

Rev

Rev 13 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13 Rev 29
Line 96... Line 96...
96
	padding: 2px 2px;
96
	padding: 2px 2px;
97
	background-color: #eaeade;
97
	background-color: #eaeade;
98
}
98
}
99
ul.boxy li:hover {
99
ul.boxy li:hover {
100
	background-color: #f6f6f6;
100
	background-color: #f6f6f6;
101
}
-
 
102
101
}
-
 
102
 
-
 
103
/* Issues Report Styles */
-
 
104
.report_header { font-family: tahoma,sans-serif; font-size: 24px; color: Red; text-decoration: none; font-weight: bold; margin: 20px; }
-
 
105
.report_msg { font-family: tahoma, sans-serif; font-size: 16px; color: Black; text-decoration: none; font-weight: bold; }
-
 
106
.report_link { color: #0066FF; text-decoration: underline; }
-
 
107
.report_sub_header { font-family: tahoma,sans-serif; font-size: 14px; color: #0066FF; text-decoration: none; font-weight: bold; }
-
 
108
.report_sub_header:hover { font-family: tahoma,sans-serif; font-size: 14px; color: #0066FF; text-decoration: underline; font-weight: bold; }
-
 
109
103
110