classier css

This commit is contained in:
ablwr 2014-07-06 16:06:57 -04:00
parent 79fdbff5d3
commit 97448b0290
2 changed files with 52 additions and 46 deletions

View File

@ -3,7 +3,10 @@
<body>
<link href ="stylesheets/css/bootstrap.css" rel="stylesheet">
<link href ="stylesheets/css/bootstrap-responsive.css" rel="stylesheet">
<div class="container">
<h1>ffmprovisor</h1>
<p>
<div class="form-group">
<form action="/" method="POST">
Video format:
<select name="input[video_format]">
@ -17,17 +20,17 @@
<br /><br />
Video output: <input type="text" name="input[video_output]">
<br /><br />
<button type="submit" class="btn">Submit</button>
<button type="submit" class="btn btn-primary btn-lg">Submit</button>
</form>
<br />
<br />
<br />
Command: <textarea rows="1" cols="75" action="output">
<%= @output %>
</textarea>
</div>
</p>
</div>
</body>
</html>

View File

@ -3,7 +3,10 @@
<body>
<link href ="stylesheets/css/bootstrap.css" rel="stylesheet">
<link href ="stylesheets/css/bootstrap-responsive.css" rel="stylesheet">
<div class="container">
<h1>ffmprovisor</h1>
<p>
<div class="form-group">
<form action="/" method="POST">
Video format:
<select name="input[video_format]">
@ -17,17 +20,17 @@
<br /><br />
Video output: <input type="text" name="input[video_output]">
<br /><br />
<button type="submit" class="btn">Submit</button>
<button type="submit" class="btn btn-primary btn-lg">Submit</button>
</form>
<br />
<br />
<br />
Command: <textarea rows="1" cols="75" action="output">
<%= @output %>
</textarea>
</div>
</p>
</div>
</body>
</html>