mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
Presenting as a commit as I made many minor edits in-place and this was much simpler than trying to use GitHub review for this level of detail. Test-bot: skip Build-bot: skip
16 lines
No EOL
337 B
CSS
16 lines
No EOL
337 B
CSS
.walkthrough-navigation {
|
|
display: block;
|
|
clear: both;
|
|
background: #eeeeee;
|
|
border-radius: 8px;
|
|
}
|
|
|
|
.walkthrough-navigation::before {
|
|
content: "Keyman Developer Walkthrough";
|
|
display: block;
|
|
background: #cccccc;
|
|
border-radius: 8px 8px 0 0;
|
|
padding: 6px 10px 6px;
|
|
font-size: 10pt;
|
|
margin-bottom: 8px;
|
|
} |