1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-22 03:16:34 +00:00

[api2]Set color of events page to 0xffffff

This commit is contained in:
poetwang
2013-10-12 14:51:13 +08:00
parent bd71a756a9
commit f285a6b7a3
2 changed files with 2 additions and 2 deletions

View File

@@ -891,7 +891,7 @@ textarea:-moz-placeholder {/* for FF */
padding:10px 8px;
border-bottom:1px solid #ccc;
border-top:1px solid #fff;
background:#fafafa;
background:#ffffff;
}
.event-item .txt {
margin-left:45px;

View File

@@ -8,7 +8,7 @@
<meta name="keywords" content="{% trans "File Collaboration Team Organization" %}" />
<meta name="viewport" content="initial-scale=1, maximum-scale=1" />
<link rel="icon" type="image/x-icon" href="{{ MEDIA_URL }}img/favicon.png?t=1369028460" />
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/mobile.css?t=1369028460" />
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/mobile.css?t=1369028461" />
{% block extra_style %}{% endblock %}
</head>