Skip to content

Commit

Permalink
updated a few other styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink committed Dec 20, 2011
1 parent 072d8db commit fc68bab
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
16 changes: 16 additions & 0 deletions app/assets/stylesheets/site.css.sass
Expand Up @@ -47,6 +47,11 @@ ul, ol
top: 1px
color: $white
@include background-gradient(lighten($green, 20%), $green)
#github img
border: 0
position: absolute
right: 0
top: 0
#wrap
@include inner-shadow(0, 0, 225px, $black)
.left
Expand Down Expand Up @@ -112,6 +117,17 @@ ul, ol
font-family: Armata, sans-serif
padding: 5px 0
margin-bottom: 5px
ul.list
li
padding: 8px
border-top: 1px solid $gray
&:first-child
border-top: 0
a

.downloads
font-size: 11px
float: right
#footer
margin-top: 20px
padding-bottom: 50px
Expand Down
1 change: 1 addition & 0 deletions app/views/layouts/application.html.haml
Expand Up @@ -7,6 +7,7 @@
= csrf_meta_tags

%body
= link_to(image_tag('http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png'), 'http://github.com/russ/jshq', :id => 'github')
#wrap
#header.container
#logo
Expand Down
6 changes: 4 additions & 2 deletions app/views/packages/index.html.haml
@@ -1,8 +1,10 @@
.left.bigcol
%h2 Latest Plugins
%ul
%ul.list
- @latest.each do |package|
%li= link_to(package.name, package_path(package))
%li
.downloads #{package.downloads} downloads
= link_to(package.name, package_path(package))
.right.smcol
%h3 About JSHQ
%p JSHQ is a central location for JavaScript plugins of all types. The goal is to make it easier to find an up-to-date plugin using any type of library to fit your needs. We would like to see plugins conform to a standard that every JavaScript developer would use. This would include testing your scripts, and formatting them in a similar fashion allowing any other developer to help out with less time learning how you structured your plugin. This should also help alleviate those plugins that are old and outdated.
Expand Down

0 comments on commit fc68bab

Please sign in to comment.