From afd0bcf59a51b16e22e1a89711e4318647e6bbd2 Mon Sep 17 00:00:00 2001 From: cTn Date: Thu, 20 Feb 2014 12:47:35 +0100 Subject: [PATCH] fix font size on one of the 3d cube sides --- tabs/initial_setup.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tabs/initial_setup.css b/tabs/initial_setup.css index a941bf70..b97b08a7 100644 --- a/tabs/initial_setup.css +++ b/tabs/initial_setup.css @@ -113,6 +113,8 @@ height: 200px; line-height: 200px; + font-size: 20px; + -webkit-transform: rotateX(-90deg) translateZ(-50px); background-color: purple; }