From d4c85c285571b2bb392945d5380650666629bd28 Mon Sep 17 00:00:00 2001 From: RealRancor Date: Sat, 18 Jul 2015 16:57:55 +0200 Subject: [PATCH] style.css -> styles.css in theming docs --- admin_manual/operations/theming.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/admin_manual/operations/theming.rst b/admin_manual/operations/theming.rst index 9ab6a1bd2..937cb2c45 100644 --- a/admin_manual/operations/theming.rst +++ b/admin_manual/operations/theming.rst @@ -68,13 +68,13 @@ fixed. Changing Colors --------------- -The color scheme is stored in the ``style.css`` file within the +The color scheme is stored in the ``styles.css`` file within the ``owncloud/core/css`` folder. -To change the color of the header bars, copy the ``core/css/style.css`` -to ``themes//core/css/style.css`` and edit. +To change the color of the header bars, copy the ``core/css/styles.css`` +to ``themes//core/css/styles.css`` and edit. -This example shows a section in ``style.css`` that configures colors. There are several +This example shows a section in ``styles.css`` that configures colors. There are several locations within this file that assign colors to various page elements. .. code-block:: css @@ -159,8 +159,8 @@ width, but the height is fixed. This file also goes in the Modifying Colors ---------------- -The color definitions are stored in ``core/css/style.css``. -The first step is to copy this file to ``themes/GeneralHospital/core/css/style.css``. +The color definitions are stored in ``core/css/styles.css``. +The first step is to copy this file to ``themes/GeneralHospital/core/css/styles.css``. As stated in section Changing colors, edit the colors as desired in this section: