diff options
author | Brandon Lo <lobrandon1217@gmail.com> | 2019-06-27 15:43:55 -0400 |
---|---|---|
committer | Brandon Lo <lobrandon1217@gmail.com> | 2019-06-28 15:28:24 +0000 |
commit | 7fec796ae500313ddbbbedf32d4f7581985d41d4 (patch) | |
tree | c7c40f8bfc0d0ff682249187b4d68bfdfa8c6493 /src/templates/dashboard/host_profile_detail.html | |
parent | e5e07b97e3d797a3a1f90fa33b7ccc41b6bacde3 (diff) |
Replace and change CSS
Fix animation bugs
Fix layout issues
Replace custom CSS to bootstrap classes
Remove unused files
Change code to use es6 syntax
Add dropdown styles
Change-Id: Ie2ed31fa2e6763cf30d3b19e4bf9379019cbb0f5
Signed-off-by: Brandon Lo <lobrandon1217@gmail.com>
Diffstat (limited to 'src/templates/dashboard/host_profile_detail.html')
-rw-r--r-- | src/templates/dashboard/host_profile_detail.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/templates/dashboard/host_profile_detail.html b/src/templates/dashboard/host_profile_detail.html index abc7648..f65d4fe 100644 --- a/src/templates/dashboard/host_profile_detail.html +++ b/src/templates/dashboard/host_profile_detail.html @@ -18,7 +18,6 @@ } ); </script> - <style media="screen"> @media screen and (min-width: 0px) and (max-width: 767px) |