Skip to content

Commit

Permalink
Updated examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas committed Feb 24, 2014
1 parent e1fecfe commit 9a19b9d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/columns/index.html
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">


<title>Columns Example</title> <title>Columns Example</title>
<link rel="stylesheet" href="../../build/pure-min.css"> <link rel="stylesheet" href="../../build/base.css">


<style type="text/css"> <style type="text/css">
.first { background-color: #aaa } .first { background-color: #aaa }
Expand Down
3 changes: 1 addition & 2 deletions examples/extras/alerts.html
Expand Up @@ -10,7 +10,6 @@
<style type="text/css"> <style type="text/css">
.alert { margin: 30px 0 } .alert { margin: 30px 0 }
</style> </style>

</head> </head>
<body class="container"> <body class="container">


Expand All @@ -26,7 +25,7 @@




<div class="alert alert-success"> <div class="alert alert-success">
<a href="#close" class="close-button"></a> <a href="#close" class="left close-button"></a>
This is very important. This is very important.
</div> </div>


Expand Down
1 change: 0 additions & 1 deletion examples/extras/box.html
Expand Up @@ -10,7 +10,6 @@
<style type="text/css"> <style type="text/css">
body { background: #ccc } body { background: #ccc }
</style> </style>

</head> </head>
<body> <body>
<div class="box"> <div class="box">
Expand Down
1 change: 0 additions & 1 deletion examples/extras/pager.html
Expand Up @@ -9,7 +9,6 @@


<style type="text/css"> <style type="text/css">
</style> </style>

</head> </head>
<body> <body>


Expand Down
8 changes: 4 additions & 4 deletions examples/forms/forms.html
@@ -1,10 +1,10 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta charset='utf-8'> <meta charset='utf-8'>
<meta name="viewport" content="width = device-width"> <meta name="viewport" content="width = device-width">
<title>Forms CSS Manual Test</title> <title>Forms CSS Manual Test</title>
<link rel="stylesheet" type="text/css" href="../../build/base-min.css"> <link rel="stylesheet" type="text/css" href="../../build/base-min.css">
</head> </head>
<body class="responsive"> <body class="responsive">


Expand Down
2 changes: 1 addition & 1 deletion src/menus.css
Expand Up @@ -101,7 +101,7 @@
width: 0.9em; width: 0.9em;
height: 0.125em; height: 0.125em;
border-top: 0.375em double #666; border-top: 0.375em double #666;
border-bottom: 0.15em solid #666; border-bottom: 0.13em solid #666;
} }


/* dropdown /* dropdown
Expand Down

0 comments on commit 9a19b9d

Please sign in to comment.