mirror of
https://github.com/Doctorado-ML/beflask.git
synced 2025-08-16 15:45:51 +00:00
Table-bootstrap in report
This commit is contained in:
@@ -31,6 +31,7 @@ tbody {
|
||||
|
||||
body {
|
||||
padding-bottom: 20px;
|
||||
padding-top: 60px;
|
||||
background-color: #ffb878;
|
||||
}
|
||||
|
||||
@@ -38,15 +39,11 @@ body {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
pre {
|
||||
background: #ddd;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
|
||||
h2 {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
footer {
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
|
||||
|
@@ -14,4 +14,4 @@ $(document).ready(function () {
|
||||
$(document).ajaxStop(function(){
|
||||
$("body").removeClass('ajaxLoading');
|
||||
});
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user