Browse Source

alignement des deux css

master
Cabillot Julien 5 years ago
parent
commit
42ffe753fd
1 changed files with 6 additions and 1 deletions
  1. 7
      root/css/admin.css

7
root/css/admin.css

@ -1,7 +1,8 @@
html {
font-family : "Roboto", "Helvetica Neue", Helvetica, sans-serif;
font-size: 14px;
font-size: 13px;
background: rgb(242, 242, 242);
padding-bottom: 1em;
}
a {
@ -64,6 +65,10 @@ div.list div {
display: inline-block;
}
div.listdl {
float: left;
}
div.listdl div {
margin-bottom: 1em;
height: 100%;

Loading…
Cancel
Save