finished scss refactoring

This commit is contained in:
Dmitriy Zaporozhets 2012-02-27 00:41:53 +02:00
parent 3a4b4fb4cd
commit f0f14c8eab
11 changed files with 497 additions and 502 deletions

View file

@ -1,3 +1,16 @@
#tree-content-holder {
float:left;
width:100%;
}
#tree-readme-holder {
float:left;
width:100%;
.readme {
@include round-borders-all(4px);
padding:4px 15px;
background: #F7F7F7;
}
}
#tree-breadcrumbs {
div {
margin:0;