diff doc/style.css @ 1157:0186f9c7d9e4

Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
author zas_
date Wed, 19 Nov 2008 20:53:53 +0000
parents e0d275b9ebaa
children 2562e0bc89a1
line wrap: on
line diff
--- a/doc/style.css	Wed Nov 19 17:42:36 2008 +0000
+++ b/doc/style.css	Wed Nov 19 20:53:53 2008 +0000
@@ -142,6 +142,7 @@
 	font-weight: bold;
 }
 
+/* note */
 p.note {
 	font-style: italic;
 }
@@ -149,6 +150,7 @@
 	font-weight: bold;
 }
 
+/* bottom page note */
 p.bottomnote {
 	margin-top: 5em;
 	font-style: italic;
@@ -177,26 +179,23 @@
 	border: 0;
 }
 
-/* collections.html */
-div.collections-shortcuts {
+/* shortcuts tables */
+div.shortcuts {
 	text-align: center;
 }
-.collections-shortcuts p {
+.shortcuts p {
 	margin: 0.1em;
 }
+td.shortcuts-separator {
+	background-color: white;
+	font-size: 95%;
+}
+.shortcuts td+td+td {
+	text-align: left;
+}
+
 
 /* image_presentation_fullscreen.html */
-div.fullscreen-shortcuts {
-	text-align: center;
-}
-.fullscreen-shortcuts p {
-	margin: 0.1em;
-}
-td.fullscreen-shortcuts-separator {
-	background-color: white;
-	font-size: 110%;
-}
-
 div.fullscreen-functions {
 	text-align: center;
 }
@@ -204,22 +203,6 @@
 	margin: 0.1em;
 }
 
-/* image_search_finding_duplicates.html */
-div.find-duplicates-shortcuts {
-	text-align: center;
-}
-.find-duplicates-shortcuts p {
-	margin: 0.1em;
-}
-
-/* image_search_search.html */
-div.search-shortcuts {
-	text-align: center;
-}
-.search-shortcuts p {
-	margin: 0.1em;
-}
-
 /* index.html */
 .menu ul {
 	font-size: 110%;
@@ -244,21 +227,6 @@
 	margin: 0.1em;
 }
 
-/* reference_keyboard_shortcuts.html */
-div.keyboard-shortcuts {
-	text-align: center;
-}
-.keyboard-shortcuts p {
-	margin: 0.1em;
-}
-td.keyboard-shortcuts-separator {
-	background-color: white;
-	font-size: 110%;
-}
-.keyboard-shortcuts td+td+td {
-	text-align: left;
-}
-
 /* reference_management.html */
 .file_locations_subtitle {
 	font-weight: bold;
@@ -268,4 +236,3 @@
 .file_locations p {
 	margin: 0.1em;
 }
-