Skip to content

Commit

Permalink
[UPDATE] Update Layout, dropdown menu, adding new helper, fix tabstri…
Browse files Browse the repository at this point in the history
…p, remove popup from naked
  • Loading branch information
muhammadaliii committed Dec 21, 2015
1 parent 81fa17d commit f361811
Show file tree
Hide file tree
Showing 29 changed files with 668 additions and 678 deletions.
Binary file modified .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ vendor/*
naked.sublime-project
naked.sublime-workspace
.nide
.DS_Store
8 changes: 5 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "naked",
"version": "1.0.7",
"version": "1.1",
"homepage": "https://github.com/xinix-technology/naked",
"main": "css/naked.css",
"authors": [
"xinix <[email protected]>",
"Dwan <[email protected]>"
"Dwan <[email protected]>",
"Ali <[email protected]>"
],
"description": "The naked CSS framework you've been waiting for",
"moduleType": [
Expand Down Expand Up @@ -34,6 +35,7 @@
"jacket-awesome": "~2.0.x",
"jquery": "~2.1.4",
"modernizr": "~2.8.3",
"normalize.css": "~3.0.x"
"normalize.css": "~3.0.x",
"tshirt-popup": "1.0.3"
}
}
4 changes: 4 additions & 0 deletions css/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,10 @@ code {
margin: 30px 0 40px;
}

.ex-image {
margin: 30px 0;
}

.content h1.title {
font-weight: normal;
color: #0088cc;
Expand Down
2 changes: 1 addition & 1 deletion css/docs.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f361811

Please sign in to comment.