From 4e4635ab0117d9d607a25cbeed9297d87885ad7c Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Wed, 4 Feb 2009 09:46:48 +0000 Subject: [PATCH] Fixes #2468: Table cell content is 'lower' with some content. svn changeset:6721/svn branch:trunk --- WebContent/ITMILL/themes/default/link/link.css | 4 +--- WebContent/ITMILL/themes/default/styles.css | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/WebContent/ITMILL/themes/default/link/link.css b/WebContent/ITMILL/themes/default/link/link.css index 82be37c876..c781da5006 100644 --- a/WebContent/ITMILL/themes/default/link/link.css +++ b/WebContent/ITMILL/themes/default/link/link.css @@ -3,8 +3,6 @@ * (useless to move into a separate file) */ .i-link a { - font-size: 13px; - line-height: 18px; color: #464f52; vertical-align: middle; text-decoration: none; @@ -16,7 +14,7 @@ } .i-disabled a { - cursor: pointer; + cursor: default; } .i-link img { diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index 1bf852378a..ad4bad7da0 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -841,8 +841,6 @@ input.i-modified, * (useless to move into a separate file) */ .i-link a { - font-size: 13px; - line-height: 18px; color: #464f52; vertical-align: middle; text-decoration: none; @@ -854,7 +852,7 @@ input.i-modified, } .i-disabled a { - cursor: pointer; + cursor: default; } .i-link img { -- 2.39.5