forked from olton/Metro-UI-CSS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
syntax fix - change bage to badge and stripped to striped
- Loading branch information
Showing
7 changed files
with
96 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -100,7 +100,7 @@ table { | |
tfoot { | ||
} | ||
|
||
&.stripped { | ||
&.striped { | ||
tbody { | ||
tr:nth-child(odd) { | ||
background-color: #f9f9f9; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/html"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content="Modern UI CSS"> | ||
<meta name="author" content="Sergey Pimenov"> | ||
<meta name="keywords" content="windows 8, modern style, modern ui, style, modern, css, framework"> | ||
|
||
<link href="css/modern.css" rel="stylesheet"> | ||
<link href="css/site.css" rel="stylesheet" type="text/css"> | ||
|
||
<script src="js/jquery-1.8.2.min.js"></script> | ||
<script src="js/google-analytics.js"></script> | ||
<script src="js/github.info.js"></script> | ||
|
||
<title>Modern UI CSS</title> | ||
</head> | ||
<body class="modern-ui"> | ||
<div class="page secondary"> | ||
<? include("header.php")?> | ||
|
||
<div class="page-header"> | ||
<div class="page-header-content"> | ||
<h1>Javascript<small>using</small></h1> | ||
<a href="/" class="back-button big page-back"></a> | ||
</div> | ||
</div> | ||
|
||
<div class="page-region"> | ||
<div class="page-region-content"> | ||
</div> | ||
</div> | ||
<? include("footer.php")?> | ||
|
||
</div> | ||
<?php include("counter.php");?> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.