stripped css-Stuff to minimum
This commit is contained in:
@@ -10,15 +10,15 @@
|
||||
<meta name="description" content="A project, designed by hiabuto.de">
|
||||
<meta name="author" content="Marcel Peterkau">
|
||||
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="css/style.css" rel="stylesheet">
|
||||
<!--<link href="css/bootstrap.min.css" rel="stylesheet">-->
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="col">
|
||||
<h3>
|
||||
%TITLE%
|
||||
</h3>
|
||||
@@ -89,7 +89,7 @@
|
||||
<label for="commandInput">Command</label>
|
||||
<input type="text" class="form-control" id="commandInput" name="command" />
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary">Submit</button>
|
||||
<button type="submit" class="btn">Submit</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user