Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Henke committed Jul 16, 2014
1 parent 6ea0764 commit 8ea009d
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 70 deletions.
128 changes: 70 additions & 58 deletions dist/bootstrap.css
Original file line number Diff line number Diff line change
@@ -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/
*
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -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;
Expand All @@ -3137,6 +3147,8 @@ ol.unstyled {
.syo-subheader {
margin-bottom: 6.66666667px;
}
/* Headers - Estilos Section Headers
--------------------------------- */
.syo-header-ruler {
border-bottom: 1px solid #666666;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.ui.css
Original file line number Diff line number Diff line change
@@ -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/
*
Expand Down
11 changes: 1 addition & 10 deletions dist/syoAngular.js
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
* 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/
*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 8ea009d

Please sign in to comment.