You've already forked linux-packaging-mono
Imported Upstream version 5.2.0.196
Former-commit-id: a9bb725ccbe0b8bfe8370b968c9f33f1558e1a2b
This commit is contained in:
parent
fad71374d0
commit
bdb6e93184
@@ -1,45 +0,0 @@
|
||||
/*
|
||||
* base.css: CSS applied to all the docs
|
||||
*
|
||||
* Author: Mario Sopena
|
||||
*/
|
||||
|
||||
body, table {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
body, table, pre, p {
|
||||
font-family: @@FONT_FAMILY@@, sans-serif;
|
||||
/* font-size: @@FONT_SIZE@@pt; */
|
||||
font-size: 11pt;
|
||||
}
|
||||
|
||||
div.header {
|
||||
background-color: #FAFBFD;
|
||||
font-size: 1.7em;
|
||||
font-weight: bold;
|
||||
padding: 8px 0 0 10px;
|
||||
font-family: 'Segoe UI',Verdana,Arial;
|
||||
}
|
||||
|
||||
div.title {
|
||||
font-size: 130%;
|
||||
font-weight: bolder;
|
||||
margin-top: 0.3em;
|
||||
margin-left: 0.2em;
|
||||
margin-bottom: 0.1em;
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.attributionlogo {
|
||||
display:none;
|
||||
float:right;
|
||||
}
|
||||
|
||||
div:hover > .attributionlogo,p:hover > .attributionlogo,td:hover > .attributionlogo,blockquote:hover > .attributionlogo {
|
||||
display:inline;
|
||||
float:right;
|
||||
}
|
||||
Reference in New Issue
Block a user