Skip to content

Commit

Permalink
move styles to semantic class proof of concept. Laverna#1
Browse files Browse the repository at this point in the history
  • Loading branch information
filtercake committed Apr 18, 2014
1 parent eb4ffde commit bca0187
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<!-- endbuild -->
</head>
<body>
<div class="ui-row row" id="wrapper">
<div class="lav-wrapper" id="wrapper">
<!-- Sidebar -->
<div class="ui-row ui-left col-xs-12 col-sm-5 col-md-4 col-lg-4" id="sidebar">
<div id="sidebar-navbar"></div>
Expand Down
7 changes: 5 additions & 2 deletions app/styles/theme-default/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@

//
// Main styles
//
html, body, #wrapper {
// html, body, #wrapper

.lav-wrapper {
width: 100%;
height: 100%;
margin: 0;
&:extend(.ui-row);
&:extend(.row);
}

body {
Expand Down

0 comments on commit bca0187

Please sign in to comment.