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 "STARRED" in both the full and the headlines view.
The default Brief css style works fine.
Will you have the time to fix it?
Really like both styles.
TIA
Brief 1.2 alpha 3 Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b4) Gecko/2008030714 Firefox/3.0b4
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
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 "STARRED" in both the full and the headlines view.
The default Brief css style works fine.
Will you have the time to fix it?
Really like both styles.
TIA
Brief 1.2 alpha 3
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b4) Gecko/2008030714 Firefox/3.0b4
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