From what I can tell the links work fine. Other than that:
/*
* Stacked.css
* Chill Pill
*
* Created by Nicholas Penree on 7/20/09.
* Copyright 2009 Conceited Software. All rights reserved.
*/
#fever {
display:none;
left: 0px;
width: 0px;
}
#fluid {
left:22px;
}
.fluid.show-feeds #feeds-container {
left:22px;
top: 210px;
max-height: 390px;
}
#feeds-scroller-container {
max-height: 390px;
}
ul#feeds-alpha {
top: -170px;
}
div#feeds-scroller {
max-height: 390px;
}
div.box.link {
margin-right: 5px;
margin-left: -144px;
}
.fluid.show-feeds #content-container {
margin-left: 245px;
margin-right: 40px;
}
#section-4 { /* search */
display: none;
}
div#groups-container {
left: 22px;
}
div#groups {
width: 245px;
}
div#status {
margin-top: 10px;
width: 254px;
}
div#update-container {
margin-top: 10px;
width: 254px;
}
/*#feeds {
top: 90px;
}*/
::-webkit-scrollbar {
width: 24px;
height: 11px;
}
::-webkit-scrollbar-thumb:vertical {
-webkit-border-image: url('img/ScrollKnob.png') 11 0 24 0;
border-color: transparent;
border-width: 11px 0;
min-height: 24px;
}
And the 2nd one
/*
* Clean.css
* Chill Pill
*
* Created by Nicholas Penree on 7/20/09.
* Copyright 2009 Conceited Software. All rights reserved.
*/
#fever {
display:none;
left: 0px;
width: 0px;
}
#fluid {
left:22px;
}
.fluid.show-feeds.hot #content-container {
margin-left:7px;
}
.fluid.show-feeds #content-container {
margin-left: 480px;
}
.notches, .temperature {
display: none;
}
div.box.link {
margin-right: 5px;
}
#section-4 {
display: none;
}
Reply
You must log in to post.