mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
24 lines
273 B
CSS
24 lines
273 B
CSS
#admin_title {
|
|
font-size:20pt;
|
|
font-weight:bold;
|
|
float:left;
|
|
height:30px;
|
|
}
|
|
|
|
#admin_info {
|
|
float:right;
|
|
height:30px;
|
|
}
|
|
|
|
#admin_main_menu {
|
|
clear:both;
|
|
text-align:right;
|
|
}
|
|
|
|
#admin_main_menu .selected {
|
|
font-weight:bold;
|
|
}
|
|
|
|
#admin_content {
|
|
clear:both;
|
|
}
|