Made a style showing the elements in 2 columns:
http://arnout.engelen.eu/files/dev/brief/style-2columns.css
Great work. Thanks again!
I see problems in both 2-column custom styles:
1. style-2columns.css 2. style-minimal-2columns.css
- items can no longer be [b]"STARRED" [/b] in both the full and the headlines view.
The [b]default Brief css style works fine[/b].
Will you have the time to fix it?
Really like both styles.
TIA
[i]Brief 1.2 alpha 3 Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b4) Gecko/2008030714 Firefox/3.0b4[/i]
ancestor updated Brief for Firefox 3's display and those updates included an update to Brief's default stylesheet.
The OP will have to update his stylesheets for Brief 1.2alpha 3 compatibility. For now the sheets are only for Brief 1.1 (and possibly below).
...
NM - fixed in Brief 1.2 beta 2 :)
it helps if you add
img { max-width:240px; }
so if the feed has wide images it would shrink them down to 2 columns size
Thanks much for this, it is just what I was looking for! I made 2 adjustments for widescreen use: In the #feed-content block, max-width: 200em; /* Was 80em */ And in the .article-container block, width: 46%; /* Was 42% */ Cheers!
Re: 2-column style
Great work. Thanks again!
Re: 2-column style
I see problems in both 2-column custom styles:
1. style-2columns.css
2. style-minimal-2columns.css
- items can no longer be [b]"STARRED" [/b] in both the full and the headlines view.
The [b]default Brief css style works fine[/b].
Will you have the time to fix it?
Really like both styles.
TIA
[i]Brief 1.2 alpha 3
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b4) Gecko/2008030714 Firefox/3.0b4[/i]
Re: 2-column style
ancestor updated Brief for Firefox 3's display and those updates included an update to Brief's default stylesheet.
The OP will have to update his stylesheets for Brief 1.2alpha 3 compatibility. For now the sheets are only for Brief 1.1 (and possibly below).
Re: 2-column style
...
NM - fixed in Brief 1.2 beta 2
:)
Re: 2-column style
it helps if you add
img {
max-width:240px;
}
so if the feed has wide images it would shrink them down to 2 columns size
Re: 2-column style
Thanks much for this, it is just what I was looking for!
I made 2 adjustments for widescreen use:
In the #feed-content block, max-width: 200em; /* Was 80em */
And in the .article-container block, width: 46%; /* Was 42% */
Cheers!