Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
core-fit can be an attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Apr 17, 2014
1 parent fa244bb commit 7498f2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core-layout.css
Expand Up @@ -44,19 +44,19 @@ license that can be found in the LICENSE file.
flex-direction: column-reverse;
}

.core-relative {
.core-relative, [core-relative] {
position: relative;
}

.core-fit {
.core-fit, [core-fit] {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}

body.core-fit {
body.core-fit, body[core-fit] {
margin: 0;
}

Expand Down

0 comments on commit 7498f2a

Please sign in to comment.