Skip to content

Commit

Permalink
updated readme and gh-pages branch
Browse files Browse the repository at this point in the history
  • Loading branch information
denhartog committed Mar 10, 2014
1 parent d4c8d0a commit b8155c6
Show file tree
Hide file tree
Showing 4 changed files with 129 additions and 3,715 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
jQuery-simple-pagination
========================

Copyright (c) 2014 Douglas Denhartog
Copyright (c) Douglas Denhartog

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -22,5 +22,3 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

Obtained from: http://opensource.org/licenses/MIT/

Need to update 'Readme' and create and 'index.html' with examples.
33 changes: 30 additions & 3 deletions css.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ a[class^="simple-pagination-navigation-"] + a[class^="simple-pagination-navigati
{
margin-right: 0;
}
a.simple-pagination-navigation-disabled
a[class*="simple-pagination-navigation-disabled"]
{
color: black;
cursor: default;
Expand All @@ -36,7 +36,7 @@ Styles used to page things look nice :)
}
body
{
padding: 48px 0;
padding: 96px 0;
font: 16px/16px Helvetica, sans-serif;
background-color: #22d921;
}
Expand All @@ -50,20 +50,36 @@ h6
line-height: 2em;
}
h1
{
color: #9b21d9;
}
h3
{
color: white;
}
h4
{
border-radius: 4px;
margin: 16px 0;
padding: 8px;
background-color: white;
color: #ff2727;
}
header
{
border-radius: 8px 8px 0 0;
padding-top: 48px;
padding-bottom: 48px;
background-color: #9b21d9;
}
#header
{
border-radius: 8px;
}
body > div,
header
{
width: 75%;
width: 50%;
margin: 0 auto;
padding: 32px;
}
Expand Down Expand Up @@ -106,4 +122,15 @@ i
.my-navigation div + div
{
margin-left: 8px;
}




@media screen and (max-width: 959px){
body > div,
header
{
width: 90%;
}
}
Loading

0 comments on commit b8155c6

Please sign in to comment.