Skip to content
This repository has been archived by the owner on Dec 27, 2019. It is now read-only.

Commit

Permalink
removed doc styles
Browse files Browse the repository at this point in the history
  • Loading branch information
sveneberth committed Jul 27, 2016
1 parent 79fe22f commit f3f08ae
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
nothing since last release

## [1.0.22] - 2016-07-28
### Removed
- removed doc styles

## [1.0.21] - 2016-07-24
### Added
- several slider styles
Expand All @@ -12,6 +16,7 @@ nothing since last release
- Changelog started here


[Unreleased]: https://github.com/viur-ignite/viur-ignite-css/compare/1.0.21...master
[Unreleased]: https://github.com/viur-ignite/viur-ignite-css/compare/1.0.22...master
[1.0.22]: https://github.com/viur-ignite/viur-ignite-css/compare/1.0.21...1.0.22
[1.0.21]: https://github.com/viur-ignite/viur-ignite-css/compare/1.0.20...1.0.21
[1.0.20]: https://github.com/viur-ignite/viur-ignite-css/compare/02a8706fb892b091bfa913d3194736a5d5a1ef4a...1.0.20
22 changes: 9 additions & 13 deletions less/grid.less
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
margin-bottom: -@gridSpace;
}

&.flex-around {
justify-content: space-around;
}

&:after {
clear: both;
}
Expand All @@ -30,15 +26,6 @@
display: block;
flex: 1 1 auto;
padding: @gridSpace;

p {
border: 1px solid darken(@menuBackgroundColor,15%);
background: @menuBackgroundColor;
border-radius: 3px;
padding: 10px;
margin: 0;
height: 100%;
}
}


Expand All @@ -54,6 +41,15 @@
}
.generate-columns(@n, (@i + 1));
}
.grid-col-half {
with: 50%
}
.grid-col-third {
with: 100 / 3%
}
.grid-col-quarter {
with: 25%
}

.offset-is-half {
margin-left: 50%
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": "viur-ignite-css",
"version": "1.0.21",
"version": "1.0.22",
"description": "Core of VIUR Ignite - a less framework",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f3f08ae

Please sign in to comment.