mirror of
https://github.com/Doctorado-ML/bayesclass.git
synced 2025-08-16 08:05:57 +00:00
Initial commit
This commit is contained in:
16
doc/_static/css/project-template.css
vendored
Normal file
16
doc/_static/css/project-template.css
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
@import url("theme.css");
|
||||
|
||||
.highlight a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.deprecated p {
|
||||
padding: 10px 7px 10px 10px;
|
||||
color: #b94a48;
|
||||
background-color: #F3E5E5;
|
||||
border: 1px solid #eed3d7;
|
||||
}
|
||||
|
||||
.deprecated p span.versionmodified {
|
||||
font-weight: bold;
|
||||
}
|
Reference in New Issue
Block a user