From 3587db64886345404ccfd2696e3bb539c4c50dfd Mon Sep 17 00:00:00 2001 From: Valessio Brito Date: Sun, 22 Sep 2013 14:40:33 -0300 Subject: [PATCH] Box My Network Style --- footer.rhtml | 5 ----- style.css | 28 +++++++++++++++++++++++++--- 2 files changed, 25 insertions(+), 8 deletions(-) diff --git a/footer.rhtml b/footer.rhtml index 1915641..5d5c692 100644 --- a/footer.rhtml +++ b/footer.rhtml @@ -1,8 +1,3 @@ diff --git a/style.css b/style.css index d812ba7..f70c598 100644 --- a/style.css +++ b/style.css @@ -136,10 +136,10 @@ div#article-parent { #content .box-2 .block-title { font-size: 12px; text-align: left; - border-top: 4px solid #00510f; + border-top: 4px solid #757575; background: #eeefff; border-bottom: none; - color: #00510f; + color: #757575; padding: 8px 8px 24px 10px; text-transform: uppercase; margin: 0; @@ -177,4 +177,26 @@ div#article-parent { margin: 0; } -/* */ +/* Block My Network style */ + +#content .box-2 .my-network-block { + background: #eeefff; +} + +#content .box-2 .my-network-block .block-title { + background: #757575; + padding: 0.6em 1.5em; + color: #FFF; +} + +#content .box-2 .my-network-block ul { + padding: 10px 0px 10px 20px; +} + +#content .box-2 .my-network-block a.button { + line-height: 1em; + height: auto; + width: 100px; + display: block; + margin-bottom: 5px; +} -- libgit2 0.21.2