Skip to content

Commit

Permalink
Merge pull request #132 from mobywhale-chan/oocss-sass
Browse files Browse the repository at this point in the history
Renamed components for issue #127 and #130. And modified box component.
  • Loading branch information
stubbornella committed Nov 5, 2012
2 parents 45d302c + e3fcaec commit 00458f1
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 10 deletions.
12 changes: 6 additions & 6 deletions components-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
]
},
{
"name":"alert",
"longname":"Alerts",
"path":"components/alert",
"name":"message",
"longname":"Messages",
"path":"components/message",
"skins":[
{
"classname":"warn",
Expand Down Expand Up @@ -148,9 +148,9 @@
"skins":[]
},
{
"name":"toggler",
"longname":"Toggler",
"path":"components/toggler",
"name":"toggle",
"longname":"Toggle",
"path":"components/toggle",
"skins":[]
},
{
Expand Down
2 changes: 1 addition & 1 deletion components/box/box.handlebars
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="box {{classname}}">
<div class="boxHead">
<h3 class="boxHead">{{title}}</h3>
<h3 class="boxHeading">{{title}}</h3>
</div>
<div class="boxBody">
<p>{{body}}</p>
Expand Down
8 changes: 5 additions & 3 deletions components/box/skin/_boxSimple.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
._boxSimple {
border: 1px solid #ccc;
background: 1px solid #555;
@mixin ooBox() {
.boxSimple {
border: 1px solid #ccc;
background: 1px solid #555;
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 00458f1

Please sign in to comment.