vasuporov / snapboard

Automatically exported from code.google.com/p/snapboard
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

CSS files modify styles outside Snapboard context #27

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Snapboard sets some generic CSS styles, e.g:

#snap_markdown_guide p,table,code,tr 

Here all <tr> elements are formatted regardless whether they belong to
Snapboard context or not. I.e. CSS styles set outside Snapboard by generic
CSS framework.

More proper way would be doing

.snapboard p,
.snapbard table 

and so on formatting.

Original issue reported on code.google.com by sna...@gmail.com on 19 Feb 2008 at 10:24

GoogleCodeExporter commented 8 years ago
To fit snapboard into a new site I effectively had to copy and modify all the 
css files (I was in a hurry).

There seem to be two classes of css.  Those applying to subsets (panels, forms, 
post, nav, etc) which can easily 
each be wrapped in a div class.  The top level snapboard.css has some of the 
right breakdown already such as 
div.forummenu.  

I don't want to submit a patch to this because I'd have to modify all the 
existing templates!  I can provide the 
modified files I've used in my own site however if someone is interested in 
updating the snapboard templates.

Original comment by ianesl...@gmail.com on 19 Feb 2008 at 7:33

GoogleCodeExporter commented 8 years ago

Original comment by bs1...@gmail.com on 19 Feb 2008 at 9:15