6 lines
225 B
CSS
6 lines
225 B
CSS
@CHARSET "UTF-8";
|
|
|
|
#admin_menu{position:absolute; left:0; top:0; bottom:0; width:300px; background-color:#000000; display:inline-block;}
|
|
|
|
#admin_menu ul{list-style: none; width:100;}
|
|
#admin_menu ul li{width:100; height:50px;} |