1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-28 16:48:00 +02:00

tweet box refinements

This commit is contained in:
Matthias Kretschmann 2013-12-07 23:54:52 +01:00
parent a077407002
commit c40033dfee
2 changed files with 10 additions and 10 deletions

View File

@ -1,19 +1,19 @@
.comments {
.clearfix;
background: rgba(255,255,255,.35);
font-size: @font-size-small;
font-style: italic;
color: @text-color-dimmed;
padding: @line-height-computed;
margin-top: @line-height-computed*2;
text-align: center;
.border-radius;
.btn-wrap {
margin-bottom: 0;
height: 27px;
}
.btn {
margin-bottom: 0;
left: -20px;
p,
.btn { margin-bottom: 0; }
.btn-wrap {
margin-top: @line-height-computed/2;
height: 27px
}
.btn { left: -20px }
}

View File

@ -1,7 +1,7 @@
---
layout: base
title: Design
description: All the design related articles, mostly about web/ui design & front-end development
description: All the design related articles, mostly about web/ui design & front-end development
category: design
---