Tagged Questions
3
votes
2answers
136 views
Are the wordpress Core css styles really all nessasary?
On WordPress Codex there are this CSS styles listed, its a quite big list of styles but it seems they are doubled unnecessary.
It says:
Each Theme should have these or similar styles in its ...
0
votes
1answer
172 views
How to Modify a Widgets UL and/or LI Classes
Im attempting to use twitter UL styles on a custom menu widget.
For example, in BootStrap they have a Nav List Style for UL's
<ul class="nav nav-list">
<li class="nav-header">List ...