X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=samples%2Fsample.css;h=7ffae78370e5831206341a9b4d8ce8f5d5ddf262;hb=10cdc4f5281828f2edcee3782050b80af5183f50;hp=0d78c1d9e4aed6e50da23ddd3635b5f954dc6f85;hpb=4625dba05116026713fee9008dd93306be0d1553;p=ckeditor.git diff --git a/samples/sample.css b/samples/sample.css index 0d78c1d..7ffae78 100644 --- a/samples/sample.css +++ b/samples/sample.css @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license */ html, body, h1, h2, h3, h4, h5, h6, div, span, blockquote, p, address, form, fieldset, img, ul, ol, dl, dt, dd, li, hr, table, td, th, strong, em, sup, sub, dfn, ins, del, q, cite, var, samp, code, kbd, tt, pre @@ -40,6 +40,12 @@ code border-radius: 3px; } +abbr +{ + border-bottom: 1px dotted #555; + cursor: pointer; +} + .new { background: #FF7E00;