sort, black table
This commit is contained in:
parent
4fbb61ff5b
commit
8b280a33b6
|
@ -152,3 +152,6 @@ ul.clearing-thumbs li {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table thead, table tbody, table tfoot {
|
||||||
|
background-color: #000;
|
||||||
|
}
|
||||||
|
|
|
@ -7,10 +7,10 @@
|
||||||
<title>Studio CAMP</title>
|
<title>Studio CAMP</title>
|
||||||
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans"/>
|
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans"/>
|
||||||
{% load static %}
|
{% 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/foundation.css" %}">
|
||||||
<link rel="stylesheet" type="text/css" href="{% static "css/jquery.bxslider.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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user