Changeset - 7c2f5e4d7bbf
[Not reviewed]
default
0 1 0
Marcin Kuzminski - 15 years ago 2010-10-06 03:04:14
marcin@python-works.com
small css fix
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pylons_app/public/css/style.css
Show inline comments
 
@@ -3001,25 +3001,25 @@ div.form div.fields div.buttons input
 
.trending_language{
 
	-moz-border-radius-bottomright:4px;
 
	-moz-border-radius-topright:4px;
 
	border-bottom-right-radius: 4px 4px;
 
	border-top-right-radius: 4px 4px;
 
	background-color:#336699;
 
	color:#FFFFFF;
 
	display:block;
 
	min-width:20px;
 
	max-width:400px;
 
	padding:3px;
 
	text-decoration:none;
 
	height: 10px;
 
	height: 12px;
 
	margin-bottom: 4px;
 
	margin-left: 5px;
 
}
 
 
#clone_url{
 
	border: none;
 
}
 
/* -----------------------------------------------------------
 
    FILES
 
----------------------------------------------------------- */
 
 
h3.files_location{
0 comments (0 inline, 0 general)