diff options
Diffstat (limited to 'res/blogstyle.css')
-rw-r--r-- | res/blogstyle.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/res/blogstyle.css b/res/blogstyle.css index 5f8475613a3d..c2cacfd01144 100644 --- a/res/blogstyle.css +++ b/res/blogstyle.css @@ -118,6 +118,15 @@ input, textarea, select { margin-left: 15px; } +.cCaptcha { + padding: 5px; + border: 1px solid #555; + -webkit-border-radius: 0.5em; + margin-left: 15px; + width: 555px; + background: #F9F9F9; +} + .tt { font-family: "courier new",courier,monospace; font-size: 13px; |