Rain (
rainfall
) wrote
in
style_system
2011-12-27 06:54 pm (UTC)
no subject
Try adding
!important
to your width declaration -- like this:
width: 25em !important;
For the padding,
.module ul, .module ul li { padding-left: 0 !important; margin-left: 0 !important; }
That should knock the padding on its ass.
(
33 comments
)
Post a comment in response:
From:
Anonymous
This account has disabled anonymous posting.
OpenID
Identity URL:
Log in?
Dreamwidth account
Account name
Password
Log in?
If you don't have an account you can
create one now
.
Subject
HTML doesn't work in the subject.
Formatting type
Casual HTML
Markdown
Raw HTML
Rich Text Editor
Message
[
Home
|
Post Entry
|
Log in
|
Search
|
Browse Options
|
Site Map
]
no subject
For the padding, .module ul, .module ul li { padding-left: 0 !important; margin-left: 0 !important; }
That should knock the padding on its ass.