You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by rj...@apache.org on 2013/05/20 01:49:07 UTC

svn commit: r1484368 - /bloodhound/trunk/bloodhound_dashboard/bhdashboard/htdocs/css/docs.css

Author: rjollos
Date: Sun May 19 23:49:06 2013
New Revision: 1484368

URL: http://svn.apache.org/r1484368
Log:
Refs #531: Part of [1484367] - missed an `svn add` on `docs.css`.

Added:
    bloodhound/trunk/bloodhound_dashboard/bhdashboard/htdocs/css/docs.css

Added: bloodhound/trunk/bloodhound_dashboard/bhdashboard/htdocs/css/docs.css
URL: http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_dashboard/bhdashboard/htdocs/css/docs.css?rev=1484368&view=auto
==============================================================================
--- bloodhound/trunk/bloodhound_dashboard/bhdashboard/htdocs/css/docs.css (added)
+++ bloodhound/trunk/bloodhound_dashboard/bhdashboard/htdocs/css/docs.css Sun May 19 23:49:06 2013
@@ -0,0 +1,24 @@
+/*
+  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
+
+   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.
+*/
+
+.hblock {
+  background-color: #F5F5F5;
+  border-top: 1px solid #B3B3B3;
+  border-bottom: 1px solid #B3B3B3;
+}