about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2013-10-07 13:57:20 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2013-10-07 13:57:20 -0400
commit2684b3555ba64de427154d12a69b532907756c2f (patch)
tree08948a3728d91b1f9c4980a8bd0ff2a6433508ef /src
parent1e048f0f991949075238d94f8748aa1c84598571 (diff)
downloadlynx-snapshots-2684b3555ba64de427154d12a69b532907756c2f.tar.gz
snapshot of project "lynx", label v2-8-8dev_16m
Diffstat (limited to 'src')
-rw-r--r--src/LYStyle.c12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/LYStyle.c b/src/LYStyle.c
index 3aa0517d..1f4263be 100644
--- a/src/LYStyle.c
+++ b/src/LYStyle.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: LYStyle.c,v 1.75 2013/10/02 14:47:09 tom Exp $
+ * $LynxId: LYStyle.c,v 1.76 2013/10/03 18:44:56 tom Exp $
  *
  * character level styles for Lynx
  * (c) 1996 Rob Partington -- donated to the Lyncei (if they want it :-)
@@ -452,17 +452,9 @@ static void initialise_default_stylesheet(void)
 	{ 4,	"strike" },
 	{ 4,	"strong" },
 	{ 4,	"u" },
-#if 0
-	{ 5,	"a.b" },
-	{ 5,	"b.a" },
-	{ 5,	"var.a" },
-#endif
+	{ 5,	"input" },
 	{ 6,	"alink" },
 	{ 7,	"whereis" },
-#if 0
-	{ 0,	"h2.link" },
-	{ 0,	"link.h2" },
-#endif
 #ifdef USE_PRETTYSRC
 	/* FIXME: HTL_tagspecs_defaults[] has similar info */
 	{ 4,	"span.htmlsrc_comment" },