1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-12-01 22:50:35 +00:00
6502bench/docs/sgmanual/main.css

29 lines
524 B
CSS
Raw Normal View History

2018-09-28 17:05:11 +00:00
/*
* Overall look and feel.
*/
body {
font-family: Arial, Helvetica, sans-serif;
padding: 0px;
margin: 0px;
}
#content {
/* top right bottom left */
margin: 20px 10px 10px 10px;
/*position: relative;*/
}
#footer {
/* top right bottom left */
margin: 20px 10px 10px 10px;
/*position: relative;*/
}
/*
* Display of keyboard shortcuts in the <kbd> element.
*/
kbd.key {
border-radius: 5px;
padding: 0px 2px 0;
border: 1px solid black;
background-color: #f7f7f7;
}