changeset 184:2fc206a32ef0

added style for logout
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 21 May 2010 23:52:18 +0200
parents 178e631df9f9
children 3380ca40cdba
files pylons_app/public/css/monoblue_custom.css
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pylons_app/public/css/monoblue_custom.css	Fri May 21 23:51:36 2010 +0200
+++ b/pylons_app/public/css/monoblue_custom.css	Fri May 21 23:52:18 2010 +0200
@@ -112,7 +112,9 @@
 	display: block;
 	text-decoration: none;
 }
-
+ul.page-nav li.logout a {
+	color: red;
+}
 ul.page-nav li a:hover {
 	color: #333;
 	background: #FFF;