mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-06 02:41:27 +01:00
0e18cafd6c
git-svn-id: http://svn.automattic.com/wordpress/trunk@6880 1a063a9b-81f0-0310-95a4-ce76da25c4cd
10 lines
131 B
CSS
10 lines
131 B
CSS
/* Fixes for IE bugs */
|
|
|
|
#poststuff .postbox h3 {
|
|
padding-left: 23px;
|
|
}
|
|
|
|
#submenu li a.current {
|
|
background:none;
|
|
border:none;
|
|
} |