diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-12 12:13:59 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-12 12:13:59 +0000 |
| commit | 57d4266f2ef235815163207c720eccb8844c3b5c (patch) | |
| tree | 5257a983c34728aa3bc8f01f805a85c63b6838d1 /user_solutions.html | |
| parent | 334b34624ed1ad17dd489cc6ff62a4a8cd846940 (diff) | |
Fixed searchbar positioning and added more components
Diffstat (limited to 'user_solutions.html')
| -rw-r--r-- | user_solutions.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/user_solutions.html b/user_solutions.html index c546ec1..6dd78b6 100644 --- a/user_solutions.html +++ b/user_solutions.html @@ -81,7 +81,9 @@ <div> <div class="row top-sol"> <button class="col-xs-4 col-sm-2 col-md-2 col-lg-2 col-xs-offset-4 col-sm-offset-5 col-md-offset-2 col-lg-offset-2 rounded" id="add-solution"><h3>Add a solution</h3></button> - <p class="col-xs-12 col-sm-12 col-md-6 show-path">CSC148 > Winter 2015 > Question 1</p> + + <!-- Replace p below with breadcrumbs later --> + <p class="col-xs-12 col-sm-12 col-md-6 show-path">CSC148 > Winter 2015 > Question 1</p> </div> <div class="row"> |
