Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#157 2010-03-13 10:05:14
Re: Admin Side Theming! (r3149)
A small CSS fix of Remora theme for IE6/7 is:
from: #nav a {display: inline-block;
to: #nav a {display: block;
Now the menus will show up correctly, and with no need to add a div tag as I posted here in the previews page.
;)
Offline
#158 2010-10-19 14:06:40
Re: Admin Side Theming! (r3149)
blue dragon, thanx LOADS for that fix!! works great with IE7. i’ll include that in my standard custom remora css.
until recently, i hadn’t realized how messy remora looked on win IE, came as a bit of a shock … (it still does on IE6, btw …)
Offline
#159 2010-10-19 17:40:09
Re: Admin Side Theming! (r3149)
THE BLUE DRAGON wrote:
A small CSS fix of Remora theme for IE6/7 is:
Somehow I missed this fix when it was the first time around. It’s commited now. Thanks!
Offline