File tree 3 files changed +2
-5
lines changed
3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,5 @@ install webdriver for test codes https://chromedriver.chromium.org/
12
12
copy "chromedriver" binary file in env/bin/ path!
13
13
python manage.py test
14
14
15
- full test app
16
- good style for chats
17
- customize bootstrap
15
+
18
16
-->
Original file line number Diff line number Diff line change 25
25
26
26
.chat-label {
27
27
overflow : hidden;
28
- background-color : # 333 ;
28
+ background-color : # 2d3436 ;
29
29
position : fixed;
30
30
top : 0 ;
31
31
width : 100% ;
Original file line number Diff line number Diff line change 7
7
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
8
8
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
9
9
< link rel ="shortcut icon " href ="{% static 'assets/favicon.ico' %} " type ="image/x-icon ">
10
- < link rel ="stylesheet " href ="{% static 'css/bootstrap.css' %} ">
11
10
< link rel ="stylesheet " href ="{% static 'base.css' %} ">
12
11
{% block style %}
13
12
{% endblock style %}
You can’t perform that action at this time.
0 commit comments