4 space indent everywhere

This commit is contained in:
Noah Levitt 2015-10-09 20:31:07 +00:00
parent 0591548861
commit 9ed1ac817e
6 changed files with 195 additions and 196 deletions

View file

@ -4,7 +4,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>Brozzler Console: Jobs</title> <title>Brozzler Console</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/css/bootstrap.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/css/bootstrap.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/css/bootstrap-theme.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/css/bootstrap-theme.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.css">
@ -16,7 +16,6 @@
body { padding-top: 1rem; } body { padding-top: 1rem; }
.thumbnail:focus, .thumbnail:hover { text-decoration: none; } .thumbnail:focus, .thumbnail:hover { text-decoration: none; }
.thumbnail { word-wrap: break-word; } .thumbnail { word-wrap: break-word; }
/* .glyphicon { color: #563d7c; } */
.bigstats { font-size:125% } .bigstats { font-size:125% }
.bigstats .fa { font-size:150% } .bigstats .fa { font-size:150% }
.bigstats .stat { padding:2rem } .bigstats .stat { padding:2rem }