From d30c65eaca673ae7a23c4792d7b243460c89a8b1 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 12 Jan 2009 20:34:27 +0000 Subject: Modified several pages to replace contenteditable with readonly. Added readonly to html.lsp and .css files. git-svn-id: svn://svn.alpinelinux.org/acf/skins/trunk@1676 ab2d0c66-481e-0410-8bed-d214d4d58bed --- snow/snow.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'snow/snow.css') diff --git a/snow/snow.css b/snow/snow.css index 524a538..5b97b69 100644 --- a/snow/snow.css +++ b/snow/snow.css @@ -359,4 +359,7 @@ table { } - +input.text[readonly], textarea[readonly] { + border: none; + font-weight: bold; + } -- cgit v1.2.3