All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.requs.facet.requs.css Maven / Gradle / Ivy

There is a newer version: 1.16.0
Show newest version
* {
    padding: 0;
    margin: 0;
}
body {
    margin: 2em;
    font-family: 'Ubuntu', 'Arial', serif;
    font-size: 16px;
}
a {
    color: #428bca;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
code, pre {
    font-family: 'Monaco', 'Courier New', monospace;
    background-color: #ccc;
}
code {
    padding: 0 .4em;
}
p, ul, ol {
    margin-top: 1em;
    margin-bottom: 1em;
}
td, th {
    padding: .3em;
    border-bottom: 1px solid #ccc;
}
th {
    text-align: left;
    background-color: #ddd;
    border-bottom: 1px solid #444;
    font-weight: 500;
}
h1 {
    margin-top: 2em;
}
li {
    margin-left: 2em;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy