diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2012-04-20 18:12:56 -0400 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2012-04-20 18:12:56 -0400 |
| commit | f7be6930cf3ed6b768deb18da5f0e80f5b01d570 (patch) | |
| tree | 38eec3a85d5a91c35f842e6369c815bf4d3e7557 /alias-angular/app/css | |
| parent | e6f2a945a4fb0b3c44f6e6876f511400ca7ee8bc (diff) | |
| download | alias-f7be6930cf3ed6b768deb18da5f0e80f5b01d570.tar.gz | |
Tentative implementation of the tabs
almost there!
Diffstat (limited to 'alias-angular/app/css')
| -rw-r--r-- | alias-angular/app/css/app.less | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/alias-angular/app/css/app.less b/alias-angular/app/css/app.less index 5006542..e78e124 100644 --- a/alias-angular/app/css/app.less +++ b/alias-angular/app/css/app.less @@ -13,7 +13,7 @@ html, body{ width: 250px; background-color: @background-gray; border: 1px solid @border-gray; - + ul{ list-style: none; padding: 0; @@ -28,19 +28,19 @@ html, body{ padding: 1em 1em; color: #363636; .transition(0.3s); - + &:hover{ background-color: @background-gray; } - + &:first-child{ border-top: 1px solid @border-gray; } - + i{ font-size:120%; } - + .online{ color: #3D9940; } @@ -62,3 +62,7 @@ html, body{ margin-bottom:20px; } +#main{ + float: left; + margin-left: 20px; +}
\ No newline at end of file |
