1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-02-14 21:10:25 +01: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 { .comments {
.clearfix; .clearfix;
background: rgba(255,255,255,.35); font-size: @font-size-small;
font-style: italic;
color: @text-color-dimmed; color: @text-color-dimmed;
padding: @line-height-computed;
margin-top: @line-height-computed*2; margin-top: @line-height-computed*2;
text-align: center; text-align: center;
.border-radius; .border-radius;
.btn-wrap { p,
margin-bottom: 0; .btn { margin-bottom: 0; }
height: 27px;
} .btn-wrap {
.btn { margin-top: @line-height-computed/2;
margin-bottom: 0; height: 27px
left: -20px;
} }
.btn { left: -20px }
} }

View File

@ -1,7 +1,7 @@
--- ---
layout: base layout: base
title: Design 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 category: design
--- ---