Skip to content

Commit

Permalink
new default theme
Browse files Browse the repository at this point in the history
  • Loading branch information
gravityblast committed Sep 27, 2010
1 parent a6743b8 commit ee47a1f
Show file tree
Hide file tree
Showing 12 changed files with 569 additions and 573 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -8,11 +8,11 @@ it wants to be an idea to start developing a complete web application layout.
Installation
------------

You can use web-app-theme >= 0.6.0 with Rails 3. If you want to use it with rails 2, use web-app-theme 0.5.3
You can use web-app-theme >= 0.6.1 with Rails 3. If you want to use it with rails 2, use web-app-theme 0.5.3
Specify the web-app-theme gem in your Gemfile, only for :development and :test

group :development, :test do
gem 'web-app-theme', '>= 0.6.0'
gem 'web-app-theme', '>= 0.6.1'
end

Usage
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.6.0
0.6.1
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -344,7 +344,7 @@ <h3>Simple Block</h3>
<h3>Switch Theme</h3>
<ul class="navigation">
<li><a href="#" onclick="Theme.activate('default'); return false;">Default</a></li>
<li><a href="#" onclick="Theme.activate('activo'); return false;">Activo</a></li>
<li><a href="#" onclick="Theme.activate('red'); return false;">Red</a></li>
<li><a href="#" onclick="Theme.activate('amro'); return false;">Amro</a></li>
<li><a href="#" onclick="Theme.activate('bec'); return false;">Bec</a></li>
<li><a href="#" onclick="Theme.activate('bec-green'); return false;">Bec-Green</a></li>
Expand Down
@@ -1,4 +1,4 @@
<div class="block">
<div class="block notice">
<h3>Simple Block</h3>
<div class="content">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
Expand Down

0 comments on commit ee47a1f

Please sign in to comment.