minutils / feed-on-feeds

Released in 2003, saw the rise and fall of Google Reader, reached perfection in 2011
http://feedonfeeds.com/
GNU General Public License v2.0
14 stars 9 forks source link

Style, Layour, and XHTML update #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I've been using this app a loooooooong time and this last update is pretty
nice. I figured I'd give something back!

I notice the head now reads "XHTML Transitional" but looking at the code
says otherwise! (Center, <br>, <i><b>, etc). Additionally, bulleted lists
are not ok. :)

Finally, I can understand why the item controls when over to the sidebar
panel (static placement) but they really don't make sense there. I haven't
delved into the JS code being used for the divider portion, but I've got
the item flager/markers items in a nice UL that's just waiting to be
position:fixed over the items area.

"Fixes":
 - Updated i -> em
 - Updated b -> strong
 - Updated <br> -> <br />
 - Updated Styles
 - Added LOADS of padding to div#items to let the Jkey work nicer
 - Tags table not rendered when there are no tags
 - Widgets hidden (should be an option to disable that >:|)
 - Probably a few other things. Check the diff!

Attached is a patch to the current SVN tree rev 145

Original issue reported on code.google.com by min...@gmail.com on 12 Aug 2007 at 1:47

Attachments:

GoogleCodeExporter commented 9 years ago
Layout, not "Layour". Doh, no "Edit" button :(

Original comment by min...@gmail.com on 12 Aug 2007 at 1:57

GoogleCodeExporter commented 9 years ago
I will take a look at this patch.  Thanks for sending this in and taking the 
time to document what is changed!

Original comment by stevemin...@gmail.com on 12 Aug 2007 at 4:27

GoogleCodeExporter commented 9 years ago
Actually, check out this revised version of the patch. I got the control area
floating on pages now so it always stays in view. Pretty slick.

Original comment by min...@gmail.com on 14 Aug 2007 at 6:04

Attachments:

GoogleCodeExporter commented 9 years ago
I've begun mining this patch for changes.  So far I've integrated in your idea 
to put the control area fixed at the 
top of the page, except I got rid of the transparency and changed the color to 
FoF standard issue boring grey.  I 
also adopted some of your changes to the look of the sidebar.

Original comment by stevemin...@gmail.com on 21 Aug 2007 at 4:27

GoogleCodeExporter commented 9 years ago
Excellent :) The hover bar was the best part of the commit really. And CSS is 
easy
enough to override. (Or develop installable styles for, nudge nudge...)

Original comment by min...@gmail.com on 21 Aug 2007 at 4:45

GoogleCodeExporter commented 9 years ago
Another idea just checked in from this patch:  you can now turn plugins on and 
off in the prefs.  if you turn off 
the 'delicious' plugin, you'll find the widgets bar will disappear.

Original comment by stevemin...@gmail.com on 22 Aug 2007 at 4:13