aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/public/css/styles.less
diff options
context:
space:
mode:
authorDennis Eriksen <dennis.se@gmail.com>2013-04-19 15:19:27 +0200
committerDennis Eriksen <dennis.se@gmail.com>2013-04-19 15:19:27 +0200
commitda1bfce7194b8858765fc276a47ead7232582c75 (patch)
tree1a3c09bf20626cf7c34760a97248fd9d2c452caa /public/css/styles.less
parentAdded test text (diff)
downloadDivid-da1bfce7194b8858765fc276a47ead7232582c75.tar.gz
been working on the project page
Diffstat (limited to '')
-rw-r--r--public/css/styles.less17
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+