Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Commit

Permalink
Minor css tweaks. Adding transparent image to projects page.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsakuda committed Jan 21, 2012
1 parent 3ef3f82 commit d4dfc3f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion css/fullcalendar.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ html .fc,

.fc-widget-header, /* <th>, usually */
.fc-widget-content { /* <td>, usually */
border: 1px solid #999999;
border: 1px solid #666666;
/*background-color: #333333;*/
background: url('/img/widget_bg.png');
}
Expand Down
3 changes: 2 additions & 1 deletion css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ a:hover {

.pagination a {
color: #999999;
border-right: none;
}

.pagination a:hover {
Expand All @@ -203,6 +204,6 @@ a:hover {

.pagination .active a {
display: inline-block;
box-shadow: 1px 1px 1px #222222 inset;
box-shadow: 0px 0px 4px #000 inset;
background-color: #EEEEEE;
}
Binary file added img/wp-uploads/2011/08/streetgrindz.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion projects.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Current
### > Streetgrindz ###
Web site, API, and mobile application(s) to locate food trucks in Hawaii.

<a href="/img/wp-uploads/2011/08/streetgrindz-iphone-app.png" class="pirobox" rel="single" title="StreetGrindz iPhone App"><img src="/img/wp-uploads/2011/08/streetgrindz-iphone-app.png" width="300"></a>
<a href="/img/wp-uploads/2011/08/streetgrindz-iphone-app.png" class="pirobox" rel="single" title="StreetGrindz iPhone App"><img src="/img/wp-uploads/2011/08/streetgrindz.png" width="250"></a>

Github: [https://github.com/hicapacity/foodtrucks](https://github.com/hicapacity/foodtrucks)

Expand Down

0 comments on commit d4dfc3f

Please sign in to comment.