From 096dba7e9bcd1924b7db75a9142350c2d6cdcf06 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Sat, 9 Apr 2011 08:03:21 +0000 Subject: Refs #3286: Removed css/elements/chrome.php, putting all the style rules into sensible locations git-svn-id: http://code.elgg.org/elgg/trunk@8957 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css/elgg.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'views/default/css/elgg.php') diff --git a/views/default/css/elgg.php b/views/default/css/elgg.php index 96ef4587b..977eb9f2f 100644 --- a/views/default/css/elgg.php +++ b/views/default/css/elgg.php @@ -6,6 +6,13 @@ * @subpackage UI */ +/* + * Colors: + * #4690D6 - elgg light blue + * #0054A7 - elgg dark blue + * #e4ecf5 - elgg very light blue + */ + // check if there is a theme overriding the old css view and use it, if it exists $old_css_view = elgg_get_view_location('css'); if ($old_css_view != elgg_get_config('viewpath')) { @@ -31,7 +38,6 @@ echo elgg_view('css/elements/grid', $vars); Skin CSS * typography - fonts, line spacing - * chrome - general skin * forms - forms, inputs * buttons - action, cancel, delete, submit, dropdown, special * navigation - menus, breadcrumbs, pagination -- cgit v1.2.3