Merge branch 'dev' of https://github.com/jh8579/fileshell_cloudcomputing into dev
# Conflicts: # fileshell/models.py # fileshell/settings.py # fileshell/urls.py # fileshell/views.py # templates/base.html
Showing
1 changed file
with
2 additions
and
1 deletions
1 | body { | 1 | body { |
2 | font-family: "Roboto", sans-serif; | 2 | font-family: "Roboto", sans-serif; |
3 | + height :2000px | ||
3 | } | 4 | } |
4 | ::placeholder{ | 5 | ::placeholder{ |
5 | color : #FFFFFF; | 6 | color : #FFFFFF; |
... | @@ -74,7 +75,7 @@ body { | ... | @@ -74,7 +75,7 @@ body { |
74 | .left_bar { | 75 | .left_bar { |
75 | float:left; | 76 | float:left; |
76 | width:200px; | 77 | width:200px; |
77 | - height:1500px; | 78 | + height:100%; |
78 | background-color: #2b2d3d; | 79 | background-color: #2b2d3d; |
79 | } | 80 | } |
80 | .nav { | 81 | .nav { | ... | ... |
-
Please register or login to post a comment