From 64104c708701e2ab349724e0882026f3d1fd8d97 Mon Sep 17 00:00:00 2001 From: Eric Rasmussen <eric@unl.edu> Date: Tue, 30 Aug 2011 15:21:29 +0000 Subject: [PATCH] [gh-207] Merging testing into staging git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x/staging@975 20a16fea-79d4-4915-8869-1ea9d5ebf173 --- sites/all/themes/unl_wdn/style.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/sites/all/themes/unl_wdn/style.css b/sites/all/themes/unl_wdn/style.css index 28be4007..3a5112f5 100644 --- a/sites/all/themes/unl_wdn/style.css +++ b/sites/all/themes/unl_wdn/style.css @@ -43,3 +43,26 @@ body.fixed #maincontent { ul.links.inline { padding-left: 0 !important; } + +/* Book +*********/ +.book-navigation ul { + border-top: 1px solid #E1E1DB; + padding: 1em 0 1em 3em !important; +} +.book-navigation .page-links { + border-bottom: 1px solid #E1E1DB; + border-top: 1px solid #E1E1DB; + margin-bottom: 20px; +} +#block-book-navigation { + background-color: #f6f6f2; + padding: 1em; +} +#block-book-navigation ul { + padding: 0 0 0.25em 1em; +} +#block-book-navigation ul li, +#wdn_content_wrapper #block-book-navigation .first { + margin: 0 0 0 0.5em; +} \ No newline at end of file -- GitLab