diff options
| author | HumairAK <humair88@hotmail.com> | 2016-07-23 00:21:25 +0000 |
|---|---|---|
| committer | HumairAK <humair88@hotmail.com> | 2016-07-23 00:21:25 +0000 |
| commit | 297b50e415b9db833128fa9b9574a35b7ca453d6 (patch) | |
| tree | f2089fc4de0d1f54c5e77c02f6116b257dded19d /views | |
| parent | 89e264f637cbf57ef4eed3e6b91d635849b2fa1a (diff) | |
| parent | ce4ced8bdc84d7e058f71e96cd08396e8207b6d4 (diff) | |
Merge branch 'master' of https://github.com/HumairAK/solutions_repo
Diffstat (limited to 'views')
| -rw-r--r-- | views/partials/header.hbs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/partials/header.hbs b/views/partials/header.hbs index 9140302..c9a6e4b 100644 --- a/views/partials/header.hbs +++ b/views/partials/header.hbs @@ -24,7 +24,7 @@ <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Courses <span class="caret"></span></a> <ul class="dropdown-menu"> <li class="dropdown-submenu"> - <a tabindex="-1" href="#">First Year<i class="fa fa-chevron-right"></i></a> + <a tabindex="-1" href="#">First Year<i class="fa fa-chevron-right pull-right"></i></a> <ul class="dropdown-menu"> <li><a tabindex="-1" href="/exams/csc108">CSC108</a></li> <li><a href="/exams/csc148">CSC148</a></li> |
