tazpanel rev 89

Remove list-style in box
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 14 04:32:43 2011 +0200 (2011-04-14)
parents 3e9b8a48e16e
children b5df231d1010
files styles/default/style.css
line diff
     1.1 --- a/styles/default/style.css	Thu Apr 14 03:53:54 2011 +0200
     1.2 +++ b/styles/default/style.css	Thu Apr 14 04:32:43 2011 +0200
     1.3 @@ -146,6 +146,8 @@
     1.4  	border: 1px solid #ddd;
     1.5  }
     1.6  
     1.7 +.box ul { list-style-type: none; padding: 0; }
     1.8 +
     1.9  .debug {
    1.10  	position: fixed;
    1.11  	bottom: 0px;