Border Problem

Aug 10, 2009 20:51

I've done an extensive edit of the Aurora Winter Expressive theme, partly to change the look and partly so that it displays well on several different monitor resolutions that I use. I've got everything the way I want it except for one thing.

There's what looks like a border-left on the #alpha section, but I can't find anything like that in the stylesheet nor anything else that seems likely to me. I tried changing #alpha and #alpha-inner, along with half a dozen other things, just in case I missed it somehow, but with no luck.

Since I'm still getting a thin blue line between my right sidebar and the content on the left, I know there's something still in there making it display but I'm out of ideas as to what. Hopefully someone here knows exactly which bit I need to tweak to make it disappear.

You can see the blue line I'm talking about on my journal here:
http://dhrachth.livejournal.com/


I've got quite a bit going on here and badly organized, my apologies.

td, font, div, p {
font-size: medium;
}

#content-inner {
border-top: 2px solid #484244;
border-bottom: 2px solid #004080;
border-left: 2px solid #abe1cb;
border-right: 2px solid #5b2424;
width: 100%}

#container-inner {width: 75%; }

#alpha {width: 80%; }

#beta {
width: 20%; }

.layout-tw #alpha-inner{
width: 90%; }

#header {
background-image: none;
}

#header-inner {
background-image: url(http://home.comcast.net/~dhrachth/penguins-light2.jpg);
background-repeat: no-repeat;
background-position: top left;
background-color: #fff9f2;
width: 100%;
border-left: 2px solid #764810;
border-right: 2px solid #004080;
}

body {

background: #232843 url() repeat;

}

#header-name a {
color: #000000;
}

#header-description {
color: #000;
}

#header .nav .item {
border-left: 1px solid #000;
}

#header .nav a {
color: #000;
}

#header .nav .current a {
color: #000;
}

.asset-stream .asset-header-content {
background-image: url(http://home.comcast.net/~dhrachth/peng.jpg);
background-repeat: no-repeat;
padding-left:35px; padding-top:10;
}

.widget a,
.archive-widget .widget-list .item {
color: #2a6892;
font-size: small;
}

#header {
margin-bottom: 0px;
}

#home #header {
margin-bottom: 0px;
}

.widget {
background-image: url(http://home.comcast.net/~dhrachth/penguins%20b.jpg);
background-repeat: no-repeat;
background-position: bottom left;
padding-top: 30px;
padding-bottom: 40px;
margin-bottom: 0;
border-bottom-width: 0px;
border-bottom-style: solid;
border-bottom-color: #d3e2eb;
}

SOLVED

page:borders, sidebar:borders

Previous post Next post
Up