- Posts: 5
- Thank you received: 0
Extension without borders
-
4online
Inactive member -
Topic Author
- New Member
-
Less
More
12 years 6 months ago - 12 years 6 months ago #28513
by 4online
Replied by 4online on topic Extension without borders
Could you please send me an example where I should insert the lines and how they work.
I put the lines into hotdesignation.css and it didn´t work.
Further more is it possible not to resize the pictures?
Thank you.
I put the lines into hotdesignation.css and it didn´t work.
Further more is it possible not to resize the pictures?
Thank you.
Last edit: 12 years 6 months ago by 4online.
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6887
- Thank you received: 736
12 years 6 months ago #28521
by milos
Replied by milos on topic Extension without borders
I think you should edit file template.css of your template and then change this part (around line 2615):
to
Code:
.art-article th, .art-article td {
padding: 2px;
border: solid 1px #4C5A67;
vertical-align: top;
text-align: left;
}
Code:
.art-article th, .art-article td {
padding: 2px;
border: none;
vertical-align: top;
text-align: left;
}
The following user(s) said Thank You: 4online
Please Log in to join the conversation.
Time to create page: 0.150 seconds