Skip to content

Commit a68f3ce

Browse files
committed
remove extra codes
1 parent b9ef9ca commit a68f3ce

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,5 @@ install webdriver for test codes https://chromedriver.chromium.org/
1212
copy "chromedriver" binary file in env/bin/ path!
1313
python manage.py test
1414
15-
full test app
16-
good style for chats
17-
customize bootstrap
15+
1816
-->

static/css/chat.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ body {
2525

2626
.chat-label {
2727
overflow: hidden;
28-
background-color: #333;
28+
background-color: #2d3436;
2929
position: fixed;
3030
top: 0;
3131
width: 100%;

templates/base.html

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<meta http-equiv="X-UA-Compatible" content="IE=edge">
88
<meta name="viewport" content="width=device-width, initial-scale=1.0">
99
<link rel="shortcut icon" href="{% static 'assets/favicon.ico' %}" type="image/x-icon">
10-
<link rel="stylesheet" href="{% static 'css/bootstrap.css' %}">
1110
<link rel="stylesheet" href="{% static 'base.css' %}">
1211
{% block style %}
1312
{% endblock style %}

0 commit comments

Comments
 (0)