From 8578d2e3162413b8362d6c664c518bc0fa704202 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Tue, 16 Dec 2014 13:50:33 -0300 Subject: [PATCH] Fix block store --- style.css | 8 ++++++++ 1 file changed, 8 insertions(+), 0 deletions(-) diff --git a/style.css b/style.css index 26f8504..f24831a 100644 --- a/style.css +++ b/style.css @@ -24,6 +24,14 @@ src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/EInbV5DfGHOiMmvb1Xr-hnhCUOGz7vYGh680lGh-uXM.woff) format('woff'); } +#block-types-container #block-types .block-types-group .tags-block { + width: 112px; +} + +.block-types-group { + padding: 10px 2px 0 2px; + background-color: rgba(255, 255, 255, 0.3); +} #custom-menu a:hover { background-color: #E1E4E4; } -- libgit2 0.21.2