Skip to content

Commit

Permalink
Cleanup more whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibaut committed May 15, 2012
1 parent ea22992 commit f117776
Show file tree
Hide file tree
Showing 77 changed files with 827 additions and 656 deletions.
2 changes: 1 addition & 1 deletion 1-top-bar/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2 changes: 1 addition & 1 deletion 1-top-bar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ Licensed under the MIT License

Have a look at my [CSS3 Toolkits](http://www.webinterfacelab.com/css3-web-interface-toolkits):

[![Thumb #1](http://cdn.webinterfacelab.com/elegant/thumb-180-1.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/elegant) [![Thumb #2](http://cdn.webinterfacelab.com/simple/thumb-180-1.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/simple) [![Thumb #3](http://cdn.webinterfacelab.com/elegant/thumb-180-2.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/elegant) [![Thumb #4](http://cdn.webinterfacelab.com/simple/thumb-180-2.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/simple)
[![Thumb #1](http://cdn.webinterfacelab.com/elegant/thumb-180-1.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/elegant) [![Thumb #2](http://cdn.webinterfacelab.com/simple/thumb-180-1.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/simple) [![Thumb #3](http://cdn.webinterfacelab.com/elegant/thumb-180-2.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/elegant) [![Thumb #4](http://cdn.webinterfacelab.com/simple/thumb-180-2.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/simple)
2 changes: 1 addition & 1 deletion 1-top-bar/css/style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* http://meyerweb.com/eric/tools/css/reset/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
Expand Down
8 changes: 4 additions & 4 deletions 1-top-bar/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
<title>Top Bar</title>

<link rel="stylesheet" href="css/style.css">

<!--[if lt IE 9]><script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>

<body>
<header>
<div class="container">
<h1><a href="index.html">WebApp</a></h1>

<nav>
<ul>
<li><a href="index.html" class="icon tasks">Tasks <span>3</span></a></li>
Expand All @@ -28,7 +28,7 @@ <h1><a href="index.html">WebApp</a></h1>
</nav>
</div>
</header>

<section class="about">
<p class="links">
<a href="http://www.webinterfacelab.com/snippets/top-bar" target="_parent">View Article</a>
Expand All @@ -41,4 +41,4 @@ <h1><a href="index.html">WebApp</a></h1>
</p>
</section>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion 10-search-dropdown/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2 changes: 1 addition & 1 deletion 10-search-dropdown/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ Licensed under the MIT License

Have a look at my [CSS3 Toolkits](http://www.webinterfacelab.com/css3-web-interface-toolkits):

[![Thumb #1](http://cdn.webinterfacelab.com/elegant/thumb-180-1.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/elegant) [![Thumb #2](http://cdn.webinterfacelab.com/simple/thumb-180-1.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/simple) [![Thumb #3](http://cdn.webinterfacelab.com/elegant/thumb-180-2.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/elegant) [![Thumb #4](http://cdn.webinterfacelab.com/simple/thumb-180-2.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/simple)
[![Thumb #1](http://cdn.webinterfacelab.com/elegant/thumb-180-1.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/elegant) [![Thumb #2](http://cdn.webinterfacelab.com/simple/thumb-180-1.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/simple) [![Thumb #3](http://cdn.webinterfacelab.com/elegant/thumb-180-2.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/elegant) [![Thumb #4](http://cdn.webinterfacelab.com/simple/thumb-180-2.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/simple)
2 changes: 1 addition & 1 deletion 10-search-dropdown/css/style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* http://meyerweb.com/eric/tools/css/reset/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
Expand Down
6 changes: 3 additions & 3 deletions 10-search-dropdown/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<title>Search Dropdown</title>

<link rel="stylesheet" href="css/style.css">

<!--[if lt IE 9]><script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>

Expand All @@ -26,7 +26,7 @@
</ul>
</form>
</section>

<section class="about">
<p class="links">
<a href="http://www.webinterfacelab.com/snippets/search-dropdown" target="_parent">View Article</a>
Expand All @@ -39,4 +39,4 @@
</p>
</section>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion 11-ios-style-popover/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2 changes: 1 addition & 1 deletion 11-ios-style-popover/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ Licensed under the MIT License

Have a look at my [CSS3 Toolkits](http://www.webinterfacelab.com/css3-web-interface-toolkits):

[![Thumb #1](http://cdn.webinterfacelab.com/elegant/thumb-180-1.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/elegant) [![Thumb #2](http://cdn.webinterfacelab.com/simple/thumb-180-1.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/simple) [![Thumb #3](http://cdn.webinterfacelab.com/elegant/thumb-180-2.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/elegant) [![Thumb #4](http://cdn.webinterfacelab.com/simple/thumb-180-2.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/simple)
[![Thumb #1](http://cdn.webinterfacelab.com/elegant/thumb-180-1.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/elegant) [![Thumb #2](http://cdn.webinterfacelab.com/simple/thumb-180-1.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/simple) [![Thumb #3](http://cdn.webinterfacelab.com/elegant/thumb-180-2.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/elegant) [![Thumb #4](http://cdn.webinterfacelab.com/simple/thumb-180-2.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/simple)
2 changes: 1 addition & 1 deletion 11-ios-style-popover/css/style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* http://meyerweb.com/eric/tools/css/reset/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
Expand Down
6 changes: 3 additions & 3 deletions 11-ios-style-popover/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<title>iOS Style Popover</title>

<link rel="stylesheet" href="css/style.css">

<!--[if lt IE 9]><script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>

Expand All @@ -25,7 +25,7 @@
</ul>
</div>
</section>

<section class="about">
<p class="links">
<a href="http://www.webinterfacelab.com/snippets/ios-style-popover" target="_parent">View Article</a>
Expand All @@ -38,4 +38,4 @@
</p>
</section>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion 12-sliding-tags/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2 changes: 1 addition & 1 deletion 12-sliding-tags/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ Licensed under the MIT License

Have a look at my [CSS3 Toolkits](http://www.webinterfacelab.com/css3-web-interface-toolkits):

[![Thumb #1](http://cdn.webinterfacelab.com/elegant/thumb-180-1.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/elegant) [![Thumb #2](http://cdn.webinterfacelab.com/simple/thumb-180-1.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/simple) [![Thumb #3](http://cdn.webinterfacelab.com/elegant/thumb-180-2.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/elegant) [![Thumb #4](http://cdn.webinterfacelab.com/simple/thumb-180-2.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/simple)
[![Thumb #1](http://cdn.webinterfacelab.com/elegant/thumb-180-1.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/elegant) [![Thumb #2](http://cdn.webinterfacelab.com/simple/thumb-180-1.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/simple) [![Thumb #3](http://cdn.webinterfacelab.com/elegant/thumb-180-2.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/elegant) [![Thumb #4](http://cdn.webinterfacelab.com/simple/thumb-180-2.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/simple)
2 changes: 1 addition & 1 deletion 12-sliding-tags/css/style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* http://meyerweb.com/eric/tools/css/reset/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
Expand Down
10 changes: 5 additions & 5 deletions 12-sliding-tags/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<title>Sliding Tags</title>

<link rel="stylesheet" href="css/style.css">

<!--[if lt IE 9]><script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>

Expand All @@ -22,22 +22,22 @@
<li><a href="index.html">Typography <span>15</span></a></li>
<li><a href="index.html">Color <span>16</span></a></li>
</ul>

<ul class="tags green">
<li><a href="index.html">Design <span>23</span></a></li>
<li><a href="index.html">Illustration <span>42</span></a></li>
<li><a href="index.html">Component <span>108</span></a></li>
<li><a href="index.html">Misc <span>12</span></a></li>
</ul>

<ul class="tags blue">
<li><a href="index.html">Infrastructure <span>31</span></a></li>
<li><a href="index.html">Application <span>33</span></a></li>
<li><a href="index.html">Mobile <span>65</span></a></li>
<li><a href="index.html">Desktop <span>160</span></a></li>
</ul>
</section>

<section class="about">
<p class="links">
<a href="http://www.webinterfacelab.com/snippets/sliding-tags" target="_parent">View Article</a>
Expand All @@ -49,4 +49,4 @@
</p>
</section>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion 13-profile-popover/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2 changes: 1 addition & 1 deletion 13-profile-popover/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ Licensed under the MIT License

Have a look at my [CSS3 Toolkits](http://www.webinterfacelab.com/css3-web-interface-toolkits):

[![Thumb #1](http://cdn.webinterfacelab.com/elegant/thumb-180-1.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/elegant) [![Thumb #2](http://cdn.webinterfacelab.com/simple/thumb-180-1.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/simple) [![Thumb #3](http://cdn.webinterfacelab.com/elegant/thumb-180-2.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/elegant) [![Thumb #4](http://cdn.webinterfacelab.com/simple/thumb-180-2.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/simple)
[![Thumb #1](http://cdn.webinterfacelab.com/elegant/thumb-180-1.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/elegant) [![Thumb #2](http://cdn.webinterfacelab.com/simple/thumb-180-1.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/simple) [![Thumb #3](http://cdn.webinterfacelab.com/elegant/thumb-180-2.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/elegant) [![Thumb #4](http://cdn.webinterfacelab.com/simple/thumb-180-2.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/simple)
2 changes: 1 addition & 1 deletion 13-profile-popover/css/style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* http://meyerweb.com/eric/tools/css/reset/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
Expand Down
6 changes: 3 additions & 3 deletions 13-profile-popover/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<title>Animated Profile Popover</title>

<link rel="stylesheet" href="css/style.css">

<!--[if lt IE 9]><script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>

Expand All @@ -27,7 +27,7 @@ <h5>Sheldon Cooper <small>Chief Theory Officer</small></h5>
</ul>
</div>
</section>

<section class="about">
<p class="links">
<a href="http://www.webinterfacelab.com/snippets/animated-profile-popover" target="_parent">View Article</a>
Expand All @@ -40,4 +40,4 @@ <h5>Sheldon Cooper <small>Chief Theory Officer</small></h5>
</p>
</section>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion 14-to-do-list/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2 changes: 1 addition & 1 deletion 14-to-do-list/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ Licensed under the MIT License

Have a look at my [CSS3 Toolkits](http://www.webinterfacelab.com/css3-web-interface-toolkits):

[![Thumb #1](http://cdn.webinterfacelab.com/elegant/thumb-180-1.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/elegant) [![Thumb #2](http://cdn.webinterfacelab.com/simple/thumb-180-1.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/simple) [![Thumb #3](http://cdn.webinterfacelab.com/elegant/thumb-180-2.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/elegant) [![Thumb #4](http://cdn.webinterfacelab.com/simple/thumb-180-2.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/simple)
[![Thumb #1](http://cdn.webinterfacelab.com/elegant/thumb-180-1.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/elegant) [![Thumb #2](http://cdn.webinterfacelab.com/simple/thumb-180-1.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/simple) [![Thumb #3](http://cdn.webinterfacelab.com/elegant/thumb-180-2.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/elegant) [![Thumb #4](http://cdn.webinterfacelab.com/simple/thumb-180-2.png)](http://www.webinterfacelab.com/css3-web-interface-toolkits/simple)
Loading

0 comments on commit f117776

Please sign in to comment.