Subversion Repositories wimsdev

Rev

Rev 6031 | Rev 7074 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1.  
  2. /*** MENUMODUBOX STYLES **/
  3.  
  4.   #wimsmenumodubox ul{
  5.       list-style: none;
  6.       margin-top:0;
  7.       padding-left:1em;
  8.   }
  9.  
  10.   #wimsmenumodubox .menu_title{
  11.       margin:0;
  12.   }
  13.  
  14.   #wimsmenumodubox .itemsep{
  15.       display:block;
  16.       /*margin-top:1.5em;
  17.       padding-top: 0.5em;
  18.       font-weight: bold;*/
  19.       border:none;
  20.       border-top: thin white solid;
  21.       padding-top:0.5em;
  22.       margin-top:1em;
  23.   }
  24.   #wimsmenumodubox h2{
  25.       font-size: 1.1em;
  26.   }
  27.  
  28.  
  29.