Skip to content

Commit

Permalink
Fixed text overlap all pages images
Browse files Browse the repository at this point in the history
  • Loading branch information
nestordedios committed Jan 4, 2016
1 parent 72a91a8 commit 28b825a
Show file tree
Hide file tree
Showing 41 changed files with 8 additions and 5 deletions.
Empty file modified LICENSE.txt
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified _pagination.twig
100644 → 100755
Empty file.
Empty file modified _sub_menu.twig
100644 → 100755
Empty file.
Empty file modified _team.twig
100644 → 100755
Empty file.
Empty file modified composer.json
100644 → 100755
Empty file.
Empty file modified config.yml
100644 → 100755
Empty file.
Empty file modified css/font-awesome.min.css
100644 → 100755
Empty file.
Empty file modified css/ie/PIE.htc
100644 → 100755
Empty file.
Empty file modified css/ie/html5shiv.js
100644 → 100755
Empty file.
Empty file modified css/ie/v8.css
100644 → 100755
Empty file.
Empty file modified css/skel.css
100644 → 100755
Empty file.
Empty file modified css/style-mobile.css
100644 → 100755
Empty file.
3 changes: 2 additions & 1 deletion css/style-narrow.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/* Basic */
/* Basic */

3 changes: 2 additions & 1 deletion css/style-narrower.css
Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,5 @@

#banner span {
padding: 1em 0em;
}
}

Empty file modified css/style-normal.css
100644 → 100755
Empty file.
Empty file modified css/style-wide.css
100644 → 100755
Empty file.
3 changes: 2 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -796,4 +796,5 @@
letter-spacing: 2px;
text-transform: uppercase;
font-weight: 700;
}
}

Empty file modified fonts/FontAwesome.otf
100644 → 100755
Empty file.
Empty file modified fonts/fontawesome-webfont.eot
100644 → 100755
Empty file.
Empty file modified fonts/fontawesome-webfont.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified fonts/fontawesome-webfont.ttf
100644 → 100755
Empty file.
Empty file modified fonts/fontawesome-webfont.woff
100644 → 100755
Empty file.
Empty file modified images/banner.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/placeholder.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified index.twig
100644 → 100755
Empty file.
Empty file modified js/init.js
100644 → 100755
Empty file.
Empty file modified js/jquery.dropotron.min.js
100644 → 100755
Empty file.
Empty file modified js/jquery.min.js
100644 → 100755
Empty file.
Empty file modified js/skel-layers.min.js
100644 → 100755
Empty file.
Empty file modified js/skel.min.js
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions listing.twig
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<header class="major">
<h2>{{ page.title }}</h2>
{% if page.image is defined and page.image is not empty %}
<div class="large-5 columns imageholder">
<div class="large-4 columns imageholder">
<a href="{{ image(page.image) }}">
<img src="{{ thumbnail(page.image, 550, 350) }}">
<img src="{{ thumbnail(page.image, 420, 350) }}">
</a>
</div>
{% endif %}
Expand Down
Empty file modified master.twig
100644 → 100755
Empty file.
Empty file modified record-sidebar-left.twig
100644 → 100755
Empty file.
Empty file modified record-sidebar-right.twig
100644 → 100755
Empty file.
Empty file modified record.twig
100644 → 100755
Empty file.
Empty file modified screenshots/screenshot1.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified screenshots/screenshot2.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified screenshots/screenshot3.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified screenshots/screenshot4.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified screenshots/screenshot5.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 28b825a

Please sign in to comment.