Prettified project after prettify bump

This commit is contained in:
Kolja Lampe
2016-08-20 22:34:09 +02:00
parent 2a423e1c7e
commit 5a5095de54
5 changed files with 6 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ const LoginModal = React.createClass({
</p> </p>
<Form horizontal onSubmit={ this.handleSubmit }> <Form horizontal onSubmit={ this.handleSubmit }>
<FormGroup> <FormGroup>
<Col componentClass={ ControlLabel } sm={ 2 }>User&nbsp;Name</Col> <Col componentClass={ ControlLabel } sm={ 2 }>User Name</Col>
<Col sm={ 10 }> <Col sm={ 10 }>
<FormControl type="text" placeholder="User Name" ref="username" /> <FormControl type="text" placeholder="User Name" ref="username" />
</Col> </Col>

View File

@@ -11,4 +11,4 @@
@font-face { @font-face {
font-family: monospace; font-family: monospace;
src: local('MS Gothic'); src: local('MS Gothic');
} }

View File

@@ -12,4 +12,4 @@
<script src="index.js"></script> <script src="index.js"></script>
</body> </body>
</html> </html>

View File

@@ -12,4 +12,4 @@
<script src="settings.js"></script> <script src="settings.js"></script>
</body> </body>
</html> </html>

View File

@@ -9,7 +9,8 @@
function open_window() { function open_window() {
window.open('./test.html'); window.open('./test.html');
} }
</script> </script>
</body> </body>
</html> </html>