mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 18:52:50 +00:00
21 lines
258 B
Plaintext
21 lines
258 B
Plaintext
|
|
@import "bootstrap/bootstrap.less";
|
|
@import "bootstrap/responsive.less";
|
|
|
|
// body {
|
|
// background-color: black;
|
|
|
|
// }
|
|
|
|
|
|
.edit-row {
|
|
border: 1px solid white;
|
|
}
|
|
.edit-row:hover {
|
|
border: 1px solid #CCCCCC;
|
|
}
|
|
|
|
.well {
|
|
padding:0px;
|
|
margin-bottom: 0px;
|
|
} |