Peekaboo, I see you. fixes #2008
git-svn-id: http://svn.automattic.com/wordpress/trunk@3282 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8bb98038ab
commit
25887cc8bc
|
@ -555,9 +555,17 @@ table .vers, table .name {
|
||||||
margin-right: 190px;
|
margin-right: 190px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
* html #template div {
|
||||||
|
margin-right: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#template, #template div, #editcat, #addcat {
|
||||||
|
zoom: 1;
|
||||||
|
}
|
||||||
|
|
||||||
#template textarea {
|
#template textarea {
|
||||||
font: small 'Courier New', Courier, monospace;
|
font: small 'Courier New', Courier, monospace;
|
||||||
width: 99%;
|
width: 97%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#templateside {
|
#templateside {
|
||||||
|
|
Loading…
Reference in New Issue