From 8ea009d8a0a104914e6ba553ae8c67db96ad9ed7 Mon Sep 17 00:00:00 2001 From: Gustavo Henke Date: Wed, 16 Jul 2014 16:28:54 -0300 Subject: [PATCH] Release 0.4.1 --- dist/bootstrap.css | 128 +++++++++++++++++++++++++-------------------- dist/jquery.ui.css | 2 +- dist/syoAngular.js | 11 +--- package.json | 2 +- 4 files changed, 73 insertions(+), 70 deletions(-) diff --git a/dist/bootstrap.css b/dist/bootstrap.css index 92c439c..5cfdcd2 100644 --- a/dist/bootstrap.css +++ b/dist/bootstrap.css @@ -1,5 +1,5 @@ /*! - * Syonet Bootstrap v0.3.0 + * Syonet Bootstrap v0.4.1 * O conjunto de ferramentas front-end da Syonet * http://syonet.github.com/bootstrap/ * @@ -1161,63 +1161,6 @@ strong, b { font-weight: bold; } -/* Headings - -------- */ -/* - * 1. Corrige o espaçamento de caracteres para headings - */ -h1, -h2, -h3, -h4, -h5, -h6 { - margin: 10px 0; - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: bold; - text-rendering: optimizelegibility; - /* 1 */ -} -h1 small, -h2 small, -h3 small, -h4 small, -h5 small, -h6 small { - line-height: 1; - font-weight: normal; - color: #aaaaaa; -} -h1 { - font-size: 38.5px; -} -h2 { - font-size: 31.5px; -} -h3 { - font-size: 24.5px; -} -h4 { - font-size: 17.5px; -} -h5 { - font-size: 14px; -} -h6 { - font-size: 11.9px; -} -h1 small { - font-size: 24.5px; -} -h2 small { - font-size: 17.5px; -} -h3 small { - font-size: 14px; -} -h4 small { - font-size: 14px; -} /* Descrições ---------- */ dl { @@ -3113,6 +3056,73 @@ ol.unstyled { /* ============================================================================================== Headers ============================================================================================== */ +/* Headers - H1/H6 + --------------- */ +/* + * 1. Corrige o espaçamento de caracteres para headings + */ +h1, +h2, +h3, +h4, +h5, +h6 { + margin: 10px 0; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-weight: bold; + text-rendering: optimizelegibility; + /* 1 */ +} +h1 small, +h2 small, +h3 small, +h4 small, +h5 small, +h6 small { + line-height: 1; + font-weight: normal; + color: #aaaaaa; +} +h1 a:hover small, +h2 a:hover small, +h3 a:hover small, +h4 a:hover small, +h5 a:hover small, +h6 a:hover small { + color: #666666; +} +h1 { + font-size: 38.5px; +} +h2 { + font-size: 31.5px; +} +h3 { + font-size: 24.5px; +} +h4 { + font-size: 17.5px; +} +h5 { + font-size: 14px; +} +h6 { + font-size: 11.9px; +} +h1 small { + font-size: 24.5px; +} +h2 small { + font-size: 17.5px; +} +h3 small { + font-size: 14px; +} +h4 small { + font-size: 14px; +} +/* Headers - Section Headers + ------------------------- */ .syo-header, .syo-subheader { display: block; @@ -3137,6 +3147,8 @@ ol.unstyled { .syo-subheader { margin-bottom: 6.66666667px; } +/* Headers - Estilos Section Headers + --------------------------------- */ .syo-header-ruler { border-bottom: 1px solid #666666; } diff --git a/dist/jquery.ui.css b/dist/jquery.ui.css index b446178..95f9326 100644 --- a/dist/jquery.ui.css +++ b/dist/jquery.ui.css @@ -1,5 +1,5 @@ /*! - * Syonet Bootstrap v0.3.0 + * Syonet Bootstrap v0.4.1 * O conjunto de ferramentas front-end da Syonet * http://syonet.github.com/bootstrap/ * diff --git a/dist/syoAngular.js b/dist/syoAngular.js index a4fdec1..3db5f27 100644 --- a/dist/syoAngular.js +++ b/dist/syoAngular.js @@ -1,14 +1,5 @@ /*! - * Syonet Bootstrap v0.3.0 - * O conjunto de ferramentas front-end da Syonet - * http://syonet.github.com/bootstrap/ - * - * Created by Syonet CRM - * http://www.syonet.com - */ - -/*! - * Syonet Bootstrap v0.4.0 + * Syonet Bootstrap v0.4.1 * O conjunto de ferramentas front-end da Syonet * http://syonet.github.com/bootstrap/ * diff --git a/package.json b/package.json index f301bc5..f7e02d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "syo-bootstrap", - "version": "0.4.0", + "version": "0.4.1", "title": "Syonet Bootstrap", "description": "O conjunto de ferramentas front-end da Syonet", "author": {