Hey!
So I'm tweaking around my Regulus CSS and there's one little thing that I can't figure out after a couple days (which, either means this theme is restrictive or I'm just a very very silly newbie)
If you take a look at my blog, scroll along the sidebar 'til the last Text Widget ("test test") you might see what I mean. It's very ugly and takes up too much space if ever I write something in a Text Widget as a "mini-blog" (the reason for doing this) and a link will just separate itself.
#sidebar a {<br />
display:block;<br />
border:none;<br />
color:#777;<br />
padding:3px;<br />
}
I tried changing the above "block" to "inline" but it yielded a mixed result: yes it kinda achieves what I want, BUT it created another problem: Every other link in the whole Sidebar will be "inline" ie. Categories; blogroll etc so it squishes it -- again, un-pretty..
I did a trial an error by just adding something random that doesn't exist:
#sidebar .widget_text a{<br />
display:inline;<br />
margin:10px 0;<br />
}
failed! but I guess that probably is all sorts of wrong.. (points for trying?)
So is it possible to make this happen? Or it's just one of the many Regulus' un-changeable appearances?
Thanks :)