rubyx-debugger/app/main/assets/css/menu.css

37 lines
414 B
CSS
Raw Normal View History

2015-08-13 17:49:22 +02:00
body {
font-family: arial, helvetica, serif;
2015-08-12 20:09:46 +02:00
}
}
/* ----[ OLs ULs, LIs, and DIVs ]----*/
2015-08-13 17:49:22 +02:00
float : left;
2015-08-12 20:09:46 +02:00
/* All submenu OLs and ULs */
#nav ol, #nav ul {
/*border around submenu goes here*/
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
background:#fff;
border:1px solid #C3D46A;
left:0;
}
/* All ULs and OLs */
#nav, #nav ul, #nav ol {
padding: 0;
margin: 0;
list-style: none;
}
}
}
}
}