Greetings,
I am using grum-dark-II and would like to remove the border around the pictures and around the thumbs, too.
With the LocalFileEditor I placed this
#theImage img {
border: 0 solid #FFFFFF;
into grum-dark-II-rules.css ... nad it works fine... removed the border from the pictures.
After, I put
.content ul.thumbnails img, #linkPrev img, #linkNext img {
border:0px #FFFFFF solid;
there, as well... and it does not work.
So, I changed the same lin within the CSS file itself... and it works, removed the border from the thumbs...
If possible, I would prefere to use the LocalFileEditor, than modifying the CSS file itself.
What did I wrong? What am I supposed to put into the LocalFileEditor?
Thanks,
Tamas
Offline
Sorry, sorry!
I have found it!
A
}
was missing... after the first item...
Thanks... it is oke now.
Tamas
Offline