File: menus.css

package info (click to toggle)
simba 0.8.4-4.2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 540 kB
  • sloc: perl: 2,645; sh: 188; makefile: 53
file content (14 lines) | stat: -rw-r--r-- 240 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
div.vhosts-menu {
   float: left;
   border: 1px solid #ccc;
	background-color: #e6e6e6;
	margin: 4px 0;
	width: 15%;
   clear: left;
}

div.vhosts-menu ul li a,
div.vhosts-menu ul li {
   list-style-type: none;
   text-decoration: none;
}