mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
Templating pages
This commit is contained in:
@ -55,6 +55,7 @@ nav a:hover {
|
||||
margin: 0px auto;
|
||||
padding: 1em 1%;
|
||||
background: white;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
@ -129,6 +130,12 @@ tbody>tr:hover {
|
||||
background: yellow;
|
||||
width: 100%;
|
||||
}
|
||||
.tool-bar {
|
||||
overflow: auto;
|
||||
}
|
||||
.tools {
|
||||
float: right;
|
||||
}
|
||||
#basket {
|
||||
width: 40%;
|
||||
background: lightgrey;
|
||||
|
Reference in New Issue
Block a user