Skip to content

Instantly share code, notes, and snippets.

@simonetripodi
Created October 17, 2011 19:09
Show Gist options
  • Save simonetripodi/1293481 to your computer and use it in GitHub Desktop.
Save simonetripodi/1293481 to your computer and use it in GitHub Desktop.
mave-site.patch
Index: src/site/site.xml
===================================================================
--- src/site/site.xml (revision 1183623)
+++ src/site/site.xml (working copy)
@@ -26,7 +26,17 @@
name="Maven">
<version position="none" />
+ <skin>
+ <groupId>org.apache.maven.skins</groupId>
+ <artifactId>maven-fluido-skin</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </skin>
+
<body>
+ <head>
+ <link rel="stylesheet" href="@relativePath@/css/site.css" type="text/css" />
+ </head>
+
<breadcrumbs>
<item name="Maven" href="http://maven.apache.org/index.html" />
</breadcrumbs>
Index: src/site/resources/css/site.css
===================================================================
--- src/site/resources/css/site.css (revision 1183623)
+++ src/site/resources/css/site.css (working copy)
@@ -1,38 +1 @@
-a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
- background: none;
- padding-right: 0;
-}
-
-body ul {
- list-style-type: square;
-}
-
-#downloadbox {
- float: right;
- margin-left: 2em;
- padding-left: 1em;
- padding-right: 1em;
- padding-bottom: 1em;
- border: 1px solid #999;
- background-color: #eee;
- width: 17.5em;
-}
-
-#downloadbox h5 {
- color: #000;
- margin: 0;
- border-bottom: 1px solid #aaaaaa;
- font-size: smaller;
- padding: 0;
- margin-top: 1em;
-}
-
-#downloadbox p {
- margin-top: 1em;
- margin-bottom: 0;
-}
-
-#downloadbox li {
- text-indent: inherit;
-}
-
+#downloadbox {float: right;width: 17.5em;/*inherited from .well*/background-color:#f5f5f5;margin-bottom:20px;padding:19px;min-height:20px;border:1px solid #eee;border:1px solid rgba(0, 0, 0, 0.05);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);}.well blockquote{border-color:#ddd;border-color:rgba(0, 0, 0, 0.15);}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment