site: http://amalthia.mediawood.net/ebooks/viewstory.php?skin=bluearchive&sid=57
username: ebooks
password: forus
nature of problem: I'm trying to modify a 2.0 skin for 3.0 and I noticed something missing in the 3.0 version. In my 2.0 version skin http://amothea.slashcity.com/db/viewstory.php?sid=989 the Author's Notes have a thin blue box surrounding them. (a feature I really like) But for some reason I can't seem to get that same blue box around my author notes in efiction 3.0
Basically, I have no clue where I have to go or what I need to do to change location of author notes, add a border around them. In my css script I have this
#notes {
border: 1px solid #336699;
margin: 1em;
padding: 1em;
}
this created the blue border in my 2.0 version of my skin but it's not doing the same for 3.0.
I'd appreciate any and all help.
Change #notes in your CSS to .notes. You used an id in 2.0 and a class in 3.0.
Change #notes in your CSS to .notes. You used an id in 2.0 and a class in 3.0.
this worked! thanks so much for your help.
