You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tubemq.apache.org by za...@apache.org on 2021/01/29 06:08:09 UTC

[incubator-tubemq] branch add-license created (now b7d4ae5)

This is an automated email from the ASF dual-hosted git repository.

zakwu pushed a change to branch add-license
in repository https://gitbox.apache.org/repos/asf/incubator-tubemq.git.


      at b7d4ae5  feat(style):add the license

This branch includes the following new commits:

     new b7d4ae5  feat(style):add the license

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-tubemq] 01/01: feat(style):add the license

Posted by za...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

zakwu pushed a commit to branch add-license
in repository https://gitbox.apache.org/repos/asf/incubator-tubemq.git

commit b7d4ae5638269694f4919ce25b709f3749b7fa97
Author: zakwu <12...@qq.com>
AuthorDate: Fri Jan 29 14:07:52 2021 +0800

    feat(style):add the license
---
 resources/assets/public/css/style.css | 20 ++++++++++++++++++--
 1 file changed, 18 insertions(+), 2 deletions(-)

diff --git a/resources/assets/public/css/style.css b/resources/assets/public/css/style.css
index 8b4d292..07f178f 100644
--- a/resources/assets/public/css/style.css
+++ b/resources/assets/public/css/style.css
@@ -1,3 +1,20 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ * <p>
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * <p>
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 @charset "UTF-8";
 /* Welcome to Compass.
  * In this file you should write your main styles. (or centralize your imports)
@@ -1344,8 +1361,7 @@ input[type="text"].expand {
 
 @font-face {
     font-family: 'icon';
-    src: url("fonts/icon.eot");
-    src: url("fonts/icon.eot#iefix") format("embedded-opentype"), url("fonts/icon.ttf") format("truetype"), url("fonts/icon.woff") format("woff"), url("fonts/icon.svg#icon") format("svg");
+    src: url("fonts/icon.svg#icon") format("svg");
     font-weight: normal;
     font-style: normal;
 }