mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:37:36 +00:00
Libraries: Create top level directory for libraries.
Things were getting a little crowded in the project root, so this patch moves the Lib*/ directories into Libraries/.
This commit is contained in:
parent
63814ffebf
commit
04b9dc2d30
328 changed files with 36 additions and 36 deletions
41
Libraries/LibHTML/CSS/Default.css
Normal file
41
Libraries/LibHTML/CSS/Default.css
Normal file
|
@ -0,0 +1,41 @@
|
|||
html {
|
||||
display: block;
|
||||
font-family: Katica;
|
||||
}
|
||||
|
||||
head, link, meta, script, style, title {
|
||||
display: none;
|
||||
}
|
||||
|
||||
body {
|
||||
display: block;
|
||||
margin-left: 8;
|
||||
margin-top: 8;
|
||||
margin-right: 8;
|
||||
margin-bottom: 8;
|
||||
}
|
||||
|
||||
h1 {
|
||||
display: block;
|
||||
font-family: Pebbleton;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
pre {
|
||||
display: block;
|
||||
font-family: Csilla;
|
||||
}
|
||||
|
||||
u, ins {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
strong, b {
|
||||
font-family: KaticaBold;
|
||||
}
|
||||
|
||||
p {
|
||||
display: block;
|
||||
margin-bottom: 8;
|
||||
margin-top: 8;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue