Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

Commit

Permalink
Add version info
Browse files Browse the repository at this point in the history
  • Loading branch information
Fengyuan Chen committed May 10, 2015
1 parent 7b6f5ff commit 3c4dfd7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,11 @@ body {
background-color: #fcfcfc;
}

.docs-jumbotron .version {
font-size: 14px;
color: #ccc;
}

.docs-carbonads-container {
position: relative;
}
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<!-- Jumbotron -->
<div class="jumbotron docs-jumbotron">
<div class="container">
<h1>Cropper</h1>
<h1>Cropper <small class="version">v0.9.3</small></h1>
<p class="lead">A simple jQuery image cropping plugin.</p>
<div class="docs-carbonads-container">
<div class="docs-carbonads">
Expand Down

0 comments on commit 3c4dfd7

Please sign in to comment.