Resizable stuff ! Now it's cool

This commit is contained in:
Thomas FORGIONE
2015-05-12 14:19:10 +02:00
parent d113bac40a
commit 0d44b36cfb
3 changed files with 77 additions and 15 deletions

View File

@@ -15,3 +15,14 @@ html, body {
margin: 0 auto;
min-height: 100%;
}
.panel-heading a:after {
font-family:'Glyphicons Halflings';
content:"\e114";
float: right;
color: grey;
}
.panel-heading a.collapsed:after {
content:"\e080";
}