You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by lh...@apache.org on 2012/08/18 22:24:35 UTC

svn commit: r1374651 [3/3] - in /shiro/site-template/src/main/webapp: index.html inner.html news.html session-management.html static/assets/css/confluence.css static/assets/css/style.css

Modified: shiro/site-template/src/main/webapp/static/assets/css/confluence.css
URL: http://svn.apache.org/viewvc/shiro/site-template/src/main/webapp/static/assets/css/confluence.css?rev=1374651&r1=1374650&r2=1374651&view=diff
==============================================================================
--- shiro/site-template/src/main/webapp/static/assets/css/confluence.css (original)
+++ shiro/site-template/src/main/webapp/static/assets/css/confluence.css Sat Aug 18 20:24:34 2012
@@ -157,4 +157,31 @@ th.confluenceTh {
 .code-tag {
     color: #000091;
     background-color: inherit;
-}
\ No newline at end of file
+}
+
+/* ===================== Blog Posts ==================== */
+
+/* The Confluence user images in the news feeds are not showing properly (the href needs to be fixed).
+   So, hide them until we can address this: */
+
+.blog-post-listing {
+    margin: 1.8em 0 0 0;
+    padding: 0 0 0.8em 0;
+    border-bottom: 1px solid #d2d2d2;
+}
+.blog-post-listing .logoBlock {
+    display: none;
+}
+
+.blog-post-listing span.blogHeading .page-metadata {
+    font-size: 0.8em;
+}
+
+.blog-post-listing .endsection {
+    display: none;
+}
+
+.blog-post-listing a.blogHeading {
+    font-size: 2em;
+    font-weight: bold;
+}

Modified: shiro/site-template/src/main/webapp/static/assets/css/style.css
URL: http://svn.apache.org/viewvc/shiro/site-template/src/main/webapp/static/assets/css/style.css?rev=1374651&r1=1374650&r2=1374651&view=diff
==============================================================================
--- shiro/site-template/src/main/webapp/static/assets/css/style.css (original)
+++ shiro/site-template/src/main/webapp/static/assets/css/style.css Sat Aug 18 20:24:34 2012
@@ -24,7 +24,7 @@
 
 a:link {color:#3254a0; text-decoration:none;}
 a:visited {color:#3254a0; text-decoration:none;}
-a:hover {color:#3254a0; text-decoration:none;}
+a:hover {color:#3254a0; text-decoration:underline;}
 a:active {color:#3254a0; text-decoration:none;}
 
 body {
@@ -46,7 +46,6 @@ body {
 }
 
 h1 {
-	font-size:32px;
 	color:#3254a0;
 }
 
@@ -126,7 +125,7 @@ dl, menu, ol, ul, li {
 
 #secondary-navigation {
 	float:right;
-	margin:-7px 13px 0 0;
+	margin:-1.1em 13px 0 0;
 	padding:0;
 }