-
# Background
i have a plugin (`LinePlugin`) based on a model (`LinePluginModel`) that contains a line (`Line`). a `Line` contains a number of `Unit`s and a `Unit` contains a `PlaceholderField` as it…
-
!important can quickly become an abused tool if not properly designing your CSS, and while certainly useful for leaf nodes or user-stylesheets, it should be noted that overuse can quickly create unnee…
-
Sweet project Nicole!
I'd say that "Don't use ID selectors." is a bit controversial. They are the most efficient selector you can write in terms of rendering speed: https://developer.mozilla.org/en/W…
-
Hi,
i'm extending the "twentyten" theme for wordpress and am using oocss.
I've just figured out why my page "about" was broken. It's because it's a page, and twentyten adds a "page" class to it's pag…
-
table-cell and table-row display styles are used in various style rules in OOCSS. IE6 and IE7 do not honor those display styles. Thus they use default display styles. Surprisingly IE6 displays the tab…
-
Hi Nicole
I'm just started using CSS and every telling me to validate my code.
How come that this CSS (OOCSS) doesn't validate on W3C website.
Am I missing something?
Catfelix
-
I am enjoying learning this framework, but I'm confused why in the template examples at http://oocss.org/velocity/exercise3.html do you not use grids as the main skeleton of the page? Instead you use…
-
Hi, all.
It seems to me that in core/core.css heading/headings.css should be imported only once.
-
I will include oo-css support files in the public folder
-
First, thanks for all your work!
So with the media block.. I dont think it's working as I would expect. I would expect the media block to be similar to columns, having a column for the image, and…