components/openstack/horizon/files/branding/theme/_stylesheets.html
changeset 5405 66fd59fecd68
parent 3998 5bd484384122
child 6856 356aeea98c39
--- a/components/openstack/horizon/files/branding/theme/_stylesheets.html	Fri Feb 05 11:09:10 2016 -0800
+++ b/components/openstack/horizon/files/branding/theme/_stylesheets.html	Fri Feb 05 17:54:17 2016 -0500
@@ -1,2 +1,21 @@
-<link href='{{ STATIC_URL }}dashboard/css/solaris.css' type='text/css' media='screen' rel='stylesheet' />
+<!--
+  Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
+
+  Licensed 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
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+  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.
+-->
+
+<link href='{{ STATIC_URL }}dashboard/css/solaris1.css' type='text/css' media='screen' rel='stylesheet' />
+
+<link href='{{ STATIC_URL }}dashboard/css/solaris2.css' type='text/css' media='screen' rel='stylesheet' />
+
 <link rel="shortcut icon" href="{{ STATIC_URL }}dashboard/img/favicon.ico"/>