diff options
| author | HumairAK <humair88@hotmail.com> | 2016-07-27 04:35:09 +0000 |
|---|---|---|
| committer | HumairAK <humair88@hotmail.com> | 2016-07-27 04:35:09 +0000 |
| commit | 96935191ed1741aa2185a88deb32a5de4b824219 (patch) | |
| tree | 7c7b98ad1bb08eaa13adc8c758f8d294e5153b23 /views/index.hbs | |
| parent | e98dd69d697ebbcc62615de299a8d30bba801d7f (diff) | |
made a few adjustments, removed all avatar occurrences, a few other images for optimization and performance speed, replace pngs with svgs etc.
Diffstat (limited to 'views/index.hbs')
| -rw-r--r-- | views/index.hbs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/views/index.hbs b/views/index.hbs index 214695b..8025281 100644 --- a/views/index.hbs +++ b/views/index.hbs @@ -67,11 +67,11 @@ name="search" placeholder="Enter course name"> <!-- Prompt Search --> - <span class="input-group-btn"> - <button id = 'go-button' - class="btn btn-default search-button go-button" - type="submit">Go!</button> - </span> + <span class="input-group-btn"> + <button id = 'go-button' + class="btn btn-default search-button go-button" + type="submit">Go!</button> + </span> </div> </div> <!-- Site Desciprtion --> |
