mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 01:46:51 +01:00
tweet box refinements
This commit is contained in:
parent
a077407002
commit
c40033dfee
@ -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 }
|
||||
}
|
@ -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
|
||||
---
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user