Skip to content

Commit

Permalink
Migrating from twitter bootstrap to font-awesome
Browse files Browse the repository at this point in the history
  • Loading branch information
XayOn committed Aug 6, 2012
1 parent 2051d57 commit 3c6dd8a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "less/font-awesome"]
path = less/font-awesome
url = https://github.com/XayOn/Font-Awesome
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -9,6 +9,7 @@ compress:
build: dirs
coffee --join ./js/simpleHtml5Editor.js --compile coffee/*.coffee
lessc less/main.less css/simpleHtml5Editor.css
cp -r less/font-awesome/font css/

dirs:
@mkdir js css &>/dev/null
Expand Down
1 change: 1 addition & 0 deletions less/font-awesome
Submodule font-awesome added at ee55c8
5 changes: 3 additions & 2 deletions less/main.less
@@ -1,4 +1,5 @@
@import 'less/bootstrap/less/bootstrap.less';
@import 'less/font-awesome/less/font-awesome.less';

.hidden{ display:none; }
.simpleHtml5Editor a {
color: black;
Expand All @@ -9,7 +10,7 @@
padding-top:1px;
margin:3px;
text-decoration:none;
background: lighten(@blue, 25%);
background: lighten(#0000ff, 25%);
text-align: center;
border-radius: 2px;
font-weight: bold;
Expand Down

0 comments on commit 3c6dd8a

Please sign in to comment.