Updated 2007-06-25: This skin will now work on the new Vertigo scheme. However, keep an eye out on
lj_nifty this week as I'm hoping to make a fairly big announcement. Stay tuned!
Today (as I write this),
the new Vertigo site scheme was announced. The site scheme is pretty similar to Dystopia in terms of its structure, but different in terms of the links
(
Read more... )
Comments 68
Reply
Reply
Reply
Reply
body.vertigo #NavMenu ul li a {
background-image: none !important;
color: rgb(255, 255, 255) !important;
font-size: x-small !important;
padding-left: 0 !important;
}
And add a "text-decoration: none !important;" line, so it looks like this:
body.vertigo #NavMenu ul li a {
background-image: none !important;
color: rgb(255, 255, 255) !important;
font-size: x-small !important;
padding-left: 0 !important;
text-decoration: none !important;
}
Then, the sidebar links won't have underlines. :)
Reply
Reply
The only addition I can find is the 'messages' link. Beyond that, it just shuffles around all the links I'm used to.
Reply
Reply
Reply
Leave a comment