PDA

View Full Version : Community Wiki: CSS suggestion



rfc
May 12 2012, 12:39
I've edited a small section, http://community.bistudio.com/wiki/ArmA_2_Terrain_Tutorial#Terrain_editing , because before it wasn't really clear that it was referring to keys the way it was formatted.

Now it looks like:http://my-serve.rs/tmp/kbd_before.png

I've used the <kbd>tag for the keys, and if BIS could think about adding the following CSS to the wiki:


kbd {
background: #EEEEEE;
border-color: #CCCCCC #AAAAAA #888888 #BBBBBB;
border-style: solid;
border-width: 1px 2px 2px 1px;
color: #000000;
padding: 2px 4px 0;
white-space: nowrap;
}

it could look like this: http://my-serve.rs/tmp/kbd_after.png

thanks

Dwarden
May 15 2012, 15:04
added to common.css :)