Skip to content

Commit

Permalink
updated flatly theme to 3.3.0 plus css cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sahat committed Nov 9, 2014
1 parent 001484a commit 266c9ed
Show file tree
Hide file tree
Showing 3 changed files with 353 additions and 182 deletions.
13 changes: 4 additions & 9 deletions public/css/styles.less
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@import "lib/bootstrap/bootstrap";
@import "lib/bootstrap-social/bootstrap-social";
@import "lib/font-awesome/font-awesome";
@import "lib/ionicons/ionicons";
@import "lib/bootstrap-social";
@import "themes/modern";
@import "themes/default";

// Scaffolding
// -------------------------
Expand All @@ -23,11 +23,6 @@ footer {
width: 100%;
height: 45px;
line-height: 45px;

p,
ul {
margin-bottom: 0;
}
}

// Navbar
Expand Down Expand Up @@ -59,6 +54,6 @@ footer {
// -------------------------

.fa,
[class^='ion-'] {
margin-right: 6px;
[class^="ion-"] {
margin-right: 5px;
}
Loading

0 comments on commit 266c9ed

Please sign in to comment.