diff pylons_app/public/css/style.css @ 506:d5efb83590ef

fixed lock decorator bug which didn't release the lock after func execution and rewrote the pidlock a little with Ask Solem suggestions! added tredning languages stats
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 27 Sep 2010 02:17:03 +0200
parents fdebc5f67dc6
children 63212fea2471
line wrap: on
line diff
--- a/pylons_app/public/css/style.css	Sat Sep 25 23:36:10 2010 +0200
+++ b/pylons_app/public/css/style.css	Mon Sep 27 02:17:03 2010 +0200
@@ -2963,6 +2963,28 @@
 /* -----------------------------------------------------------
 	SUMMARY
 ----------------------------------------------------------- */
+.trending_language_tbl, .trending_language_tbl td {
+	margin:  0px !important;
+	padding: 0px !important;
+	border: 0 !important;
+
+}
+.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;
+	margin-bottom: 4px;
+	margin-left: 5px;
+}
 
 #clone_url{
 	border: none;