Enhancement request - Style Sheet - Fortress Item Display

If you are having a problem using Fortress, post a message here.

Moderator: SourceGear

Post Reply
Ocean10000
Posts: 33
Joined: Wed Dec 14, 2005 4:25 pm
Contact:

Enhancement request - Style Sheet - Fortress Item Display

Post by Ocean10000 » Mon Nov 03, 2008 11:17 am

Just to describe what I was trying to accomplish.

In one of my projects I was trying to describe the new database fields which I will be adding, fieldname,type,small description. So being a good little html programer I decided to use a simple table, no styles. So I checked "Use HTML" checkbox and inserted my html table, and hit submit. But what I found instead of a quick little table was a bloated table with huge padding around each row, which made the 6 row table take up a huge amount of space, defeating part of my purpose in using an html table in the first place.

So in a future version can you update the style sheet so that the parent styles do not get applied when user checks "Use Html".

This is the style in question, which add's a great deal of padding per cell.
.comment tbody td (line 1190)
{
padding-top: 16px;
padding-right: 8px;
padding-bottom: 16px;
padding-left: 32px;
font-size: 12px;
}

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: Enhancement request - Style Sheet - Fortress Item Display

Post by Beth » Mon Nov 03, 2008 1:23 pm

I have added a feature request. Thank you for your feedback.

In the meantime, you should be able to override the style sheet with your own configuration using html tags.

F: 13798
Beth Kieler
SourceGear Technical Support

Post Reply