CSS patch [message #26261] |
Tue, 12 July 2005 12:38  |
|
this patch make view better code in [code][/code] tags, it's remove unneeded scrolls, add some space between text and container and use fixed width.
Index: forum.css.tmpl
===================================================================
RCS file: /forum21/install/forum_data/thm/default/tmpl/forum.css.tmpl,v
retrieving revision 1.65
diff -r1.65 forum.css.tmpl
546c546,548
< overflow: scroll;
---
> overflow: auto;
> margin: 5px;
> width: 700px;
I think it should be added in CVS, may be without "width: 700px;", what are you think Ilia?
|
|
|
|
Re: CSS patch [message #26266 is a reply to message #26264] |
Tue, 12 July 2005 13:41   |
|
padding - space between inner text
margin - space between outer text
margin = padding looks better fo me , and fixed width - just for for long line witch stretch the page (in current version horizontal scroll never used)
|
|
|
|
|
|
Re: CSS patch [message #26271 is a reply to message #26270] |
Tue, 12 July 2005 14:58   |
|
just forget for width
look for "margin: 5px", it's add 5px transparent space between message text and CODE container (previous screen-shots)
|
|
|
|
|
|
|
|