diff options
author | Dennis Eriksen <dennis.se@gmail.com> | 2013-04-19 15:19:27 +0200 |
---|---|---|
committer | Dennis Eriksen <dennis.se@gmail.com> | 2013-04-19 15:19:27 +0200 |
commit | da1bfce7194b8858765fc276a47ead7232582c75 (patch) | |
tree | 1a3c09bf20626cf7c34760a97248fd9d2c452caa /public/css/styles.less | |
parent | Added test text (diff) | |
download | Divid-da1bfce7194b8858765fc276a47ead7232582c75.tar.gz |
been working on the project page
Diffstat (limited to '')
-rw-r--r-- | public/css/styles.less | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/public/css/styles.less b/public/css/styles.less index 6df3e60..20fe3a8 100644 --- a/public/css/styles.less +++ b/public/css/styles.less @@ -152,7 +152,6 @@ section.projects a.btn-large { section.overview .lastactivity { - background-color: @grayLighter; -webkit-border-radius: @borderRadiusLarge; -moz-border-radius: @borderRadiusLarge; border-radius: @borderRadiusLarge; @@ -161,7 +160,6 @@ section.overview .lastactivity { section.overview .lastactivity > .activity { border-bottom: 1px solid @grayLight; - margin-bottom: 5px; } section.overview .lastactivity > .activity:last-child { border-bottom: none; @@ -176,6 +174,21 @@ section.overview .lastactivity > .activity [class*="span"] > .row-fluid [class*= min-height: 0; } +.lastactivity .activity:nth-child(even) { + background-color: @grayLighter; +} + +div.lastactivity .activity .details { + background-color: @infoBackground; +} + +.text-small { + font-size: @fontSizeSmall; +} +.no-text-decoration:hover { + text-decoration: none; +} + #vertical(@startColor: #555, @endColor: #333) { background-color: mix(@startColor, @endColor, 60%); background-image: -moz-linear-gradient(top, @startColor, @endColor); // FF 3.6+ |