comparison 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
comparison
equal deleted inserted replaced
505:5aba7adff196 506:d5efb83590ef
2961 } 2961 }
2962 2962
2963 /* ----------------------------------------------------------- 2963 /* -----------------------------------------------------------
2964 SUMMARY 2964 SUMMARY
2965 ----------------------------------------------------------- */ 2965 ----------------------------------------------------------- */
2966 .trending_language_tbl, .trending_language_tbl td {
2967 margin: 0px !important;
2968 padding: 0px !important;
2969 border: 0 !important;
2970
2971 }
2972 .trending_language{
2973 -moz-border-radius-bottomright:4px;
2974 -moz-border-radius-topright:4px;
2975 border-bottom-right-radius: 4px 4px;
2976 border-top-right-radius: 4px 4px;
2977 background-color:#336699;
2978 color:#FFFFFF;
2979 display:block;
2980 min-width:20px;
2981 max-width:400px;
2982 padding:3px;
2983 text-decoration:none;
2984 height: 10px;
2985 margin-bottom: 4px;
2986 margin-left: 5px;
2987 }
2966 2988
2967 #clone_url{ 2989 #clone_url{
2968 border: none; 2990 border: none;
2969 } 2991 }
2970 /* ----------------------------------------------------------- 2992 /* -----------------------------------------------------------