diff --git a/public/themes/circlepro/stylesheets/application.css b/public/themes/circlepro/stylesheets/application.css index 2828025..5315ea1 100644 --- a/public/themes/circlepro/stylesheets/application.css +++ b/public/themes/circlepro/stylesheets/application.css @@ -76,12 +76,33 @@ div#content h1 { .wiki h2 { color: #b40b51; } + div.journal div[id^="note-"] > h4:first-child { font-size: 13px; padding-right: 0; } -div.journal div[id^="note-"] > h4:first-child > a:first-child { +.journal-link { font-size: 18px; + padding-left: 25px; +} + +img.gravatar { + padding: 2px; + border: solid 1px #d5d5d5; + background: #fff; + vertical-align: middle; + border-radius: 0; +} +h4 img.gravatar { + display: block; + float: left; + margin-right: 6px; +} +div.gravatar-with-child > img.gravatar:nth-child(2) { + border: solid 1px #d5d5d5; + border-radius: inherit; + top: 35px; + left: 35px; } input, textarea, select { @@ -112,21 +133,6 @@ input[type="text"].questions-search.autocomplete { margin-left: inherit; } -img.gravatar { - padding: 2px; - border: solid 1px #d5d5d5; - background: #fff; - vertical-align: middle; - border-radius: 0; -} - -div.gravatar-with-child > img.gravatar:nth-child(2) { - border: solid 1px #d5d5d5; - border-radius: inherit; - top: 35px; - left: 35px; -} - p.breadcrumb { padding: 10px 0; text-align: left; @@ -1223,7 +1229,11 @@ div.details { padding: 20px !important; } } #footer ul.social-menu { margin-right: 3.333333%; - } + } + + div.details { + padding: 2% !important; + } } @media screen and (max-width: 767px) { #wrapper-top-menu {