This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to annotated tag maven-fluido-skin-1.3.1 in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git
commit df05c97da9afc7784d8dac382f53998fc9468b1e Author: Michael Osipov <[email protected]> AuthorDate: Mon Dec 9 17:49:21 2013 +0000 - Tabs to spaces - Reformat maven-theme.css for readability git-svn-id: https://svn.apache.org/repos/asf/maven/skins/branches/maven-fluido-skin-1.3.x@1549630 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/resources/css/maven-theme.css | 103 ++++++++++++++++++++++++--------- src/site/site.xml | 2 +- 2 files changed, 77 insertions(+), 28 deletions(-) diff --git a/src/main/resources/css/maven-theme.css b/src/main/resources/css/maven-theme.css index 5f4670b..fa0d0b9 100644 --- a/src/main/resources/css/maven-theme.css +++ b/src/main/resources/css/maven-theme.css @@ -20,53 +20,104 @@ /* $Id$ */ /*IE6/7 don't support selectors*/ -a.externalLink{padding-right: 18px;} -a.newWindow{background: url('../images/window-new.png') right center no-repeat;padding-right: 18px;} +a.externalLink { + padding-right: 18px; +} +a.newWindow { + background: url('../images/window-new.png') right center no-repeat;padding-right: 18px; +} -a.externalLink[href^=http]{background: url('../images/internet-web-browser.png') right center no-repeat;padding-right: 18px;} -a.externalLink[href$=".asc"]{background: url('../images/accessories-text-editor.png') right center no-repeat;padding-right: 18px;} +a.externalLink[href^=http] { + background: url('../images/internet-web-browser.png') right center no-repeat;padding-right: 18px; +} +a.externalLink[href$=".asc"] { + background: url('../images/accessories-text-editor.png') right center no-repeat;padding-right: 18px; +} a.externalLink[href$=".jpg"], a.externalLink[href$=".jpeg"], a.externalLink[href$=".gif"], -a.externalLink[href$=".png"]{background: url('../images/image-x-generic.png') right center no-repeat;padding-right: 18px;} +a.externalLink[href$=".png"] { + background: url('../images/image-x-generic.png') right center no-repeat;padding-right: 18px; +} a.externalLink[href$=".tar.gz"], -a.externalLink[href$=".zip"]{background: url('../images/package-x-generic.png') right center no-repeat;padding-right: 18px;} +a.externalLink[href$=".zip"] { + background: url('../images/package-x-generic.png') right center no-repeat;padding-right: 18px; +} a.externalLink[href$=".md5"], -a.externalLink[href$=".sha1"]{background: url('../images/document-properties.png') right center no-repeat;padding-right: 18px;} -a.externalLink[href^=https]{background: url('../images/application-certificate.png') right center no-repeat;padding-right: 18px;} -a.externalLink[href^=file]{background: url('../images/drive-harddisk.png') right center no-repeat;padding-right: 18px;} -a.externalLink[href^=ftp]{background: url('../images/network-server.png') right center no-repeat;padding-right: 18px;} -a.externalLink[href^=mailto]{background: url('../images/contact-new.png') right center no-repeat;padding-right: 18px;} +a.externalLink[href$=".sha1"] { + background: url('../images/document-properties.png') right center no-repeat;padding-right: 18px; +} +a.externalLink[href^=https] { + background: url('../images/application-certificate.png') right center no-repeat;padding-right: 18px; +} +a.externalLink[href^=file] { + background: url('../images/drive-harddisk.png') right center no-repeat;padding-right: 18px; +} +a.externalLink[href^=ftp] { + background: url('../images/network-server.png') right center no-repeat;padding-right: 18px; +} +a.externalLink[href^=mailto] { + background: url('../images/contact-new.png') right center no-repeat;padding-right: 18px; +} -li.none{list-style: none;} +li.none { + list-style: none; +} -.search-query{background-image: url(http://www.google.com/cse/intl/en/images/google_custom_search_watermark.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 255); background-position: 0% 50%; background-repeat: no-repeat no-repeat; width:95% } +.search-query { + background-image: url(http://www.google.com/cse/intl/en/images/google_custom_search_watermark.gif); + background-attachment: initial; background-origin: initial; background-clip: initial; + background-color: rgb(255, 255, 255); background-position: 0% 50%; background-repeat: no-repeat no-repeat; + width:95% +} -body.topBarEnabled{padding-top: 60px;} -body.topBarDisabled{padding-top: 20px;} +body.topBarEnabled { + padding-top: 60px; +} +body.topBarDisabled { + padding-top: 20px; +} -.builtBy{display: block;} -img.builtBy{margin: 10px auto;} +.builtBy { + display: block; +} +img.builtBy { + margin: 10px auto; +} -#search-form{margin-left: 9px;margin-right:9px;} +#search-form { + margin-left: 9px;margin-right:9px; +} /* Tweaks to the bootstrap theme --------------------------------- */ /* sections title are rendered using h2 instead of h1 */ -.hero-unit h2{font-size: 60px;} +.hero-unit h2 { + font-size: 60px; +} /* Copied from bootstrap <code> tag style. Maven translates <code> to <tt>. */ -tt{padding:0 3px 2px;font-family:Monaco, Andale Mono, Courier New, monospace;font-size:12px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#fee9cc;color:rgba(0, 0, 0, 0.75);padding:1px 3px;} +tt { + padding:0 3px 2px;font-family:Monaco, Andale Mono, Courier New, monospace; + font-size:12pt;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px; + background-color:#fee9cc;color:rgba(0, 0, 0, 0.75);padding:1px 3px; +} /* avoid greyed list items */ -li{color:#404040;} +li { + color:#404040; +} /* avoid transparent background of table */ -table.zebra-striped{background-color:#FFF} +table.zebra-striped { + background-color:#FFF +} /* avoid transparent footer */ -.footer{background-color:#EEE} +.footer { + background-color:#EEE +} /* align with adjustments of http://twitter.github.com/bootstrap/examples/fluid.html */ .sidebar-nav { @@ -74,8 +125,7 @@ table.zebra-striped{background-color:#FFF} padding-right: 0px; } -.sidebar-nav .icon-chevron-right, .sidebar-nav .icon-chevron-down -{ +.sidebar-nav .icon-chevron-right, .sidebar-nav .icon-chevron-down { margin-top: 2px; margin-right: -6px; float: right; @@ -83,8 +133,7 @@ table.zebra-striped{background-color:#FFF} } /* MSKINS-79: pull-right compresses list items */ -li.pull-right -{ +li.pull-right { margin-left: 3px; margin-right: 3px; } diff --git a/src/site/site.xml b/src/site/site.xml index b59dc4d..2b20927 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -83,7 +83,7 @@ under the License. <item name="MSKINS-34" href="./mskins-34/index.html"/> <item name="MSKINS-34 (topbar)" href="./mskins-34_topbar/index.html"/> <item name="MSKINS-41" href="./mskins-41/index.html"/> - <item name="MSKINS-72" href="./mskins-72/index.html"/> + <item name="MSKINS-72" href="./mskins-72/index.html"/> <item name="MSKINS-75" href="./mskins-75/index.html"/> <item name="MSKINS-76" href="./mskins-76/index.html"/> <item name="MSKINS-76 (topbar)" href="./mskins-76_topbar/index.html"/> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
