sort, black table

This commit is contained in:
root 2017-12-20 00:06:32 +00:00
parent 4fbb61ff5b
commit 8b280a33b6
2 changed files with 5 additions and 2 deletions

View File

@ -152,3 +152,6 @@ ul.clearing-thumbs li {
color: #fff;
}
table thead, table tbody, table tfoot {
background-color: #000;
}

View File

@ -7,10 +7,10 @@
<title>Studio CAMP</title>
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans"/>
{% load static %}
<link rel="stylesheet" type="text/css" href="{% static "css/main.css" %}">
<link rel="stylesheet" type="text/css" href="{% static "css/app.css" %}">
<link rel="stylesheet" type="text/css" href="{% static "css/foundation.css" %}">
<link rel="stylesheet" type="text/css" href="{% static "css/jquery.bxslider.css" %}">
<link rel="stylesheet" type="text/css" href="{% static "css/main.css" %}">
<link rel="stylesheet" type="text/css" href="{% static "css/app.css" %}">
</head>
<body>