diff options
author | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-12-23 12:52:14 +0000 |
---|---|---|
committer | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-12-23 12:52:14 +0000 |
commit | ec7a984b42f5f7e6192963f0c09340227fdfa829 (patch) | |
tree | af946ebbbc656776881a649f8eb1c3f094c0147a /src/server/httpd/menuweb.css | |
parent | fb86d0e76d280c544f28ff1396c706f4e19d77ca (diff) | |
download | openocd_libswd-ec7a984b42f5f7e6192963f0c09340227fdfa829.tar.gz openocd_libswd-ec7a984b42f5f7e6192963f0c09340227fdfa829.tar.bz2 openocd_libswd-ec7a984b42f5f7e6192963f0c09340227fdfa829.tar.xz openocd_libswd-ec7a984b42f5f7e6192963f0c09340227fdfa829.zip |
- add missing svn props from r1270 commit
- change mime-type for png files to image/png
git-svn-id: svn://svn.berlios.de/openocd/trunk@1273 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/server/httpd/menuweb.css')
-rw-r--r-- | src/server/httpd/menuweb.css | 264 |
1 files changed, 132 insertions, 132 deletions
diff --git a/src/server/httpd/menuweb.css b/src/server/httpd/menuweb.css index 0a812a7a..ac87c85e 100644 --- a/src/server/httpd/menuweb.css +++ b/src/server/httpd/menuweb.css @@ -1,132 +1,132 @@ -a:link
-{
- font-size: 12px;
- color : #024d67;
- font-weight:bold;
- text-decoration : none;
-}
-
-a:visited
-{
- font-size: 12px;
- color : #024d67;
- font-weight:bold;
- text-decoration : none;
-}
-
-a:active
-{
- font-size: 12px;
- color : #024d67;
- font-weight:bold;
- text-decoration : none;
-}
-
-a:hover
-{
- font-size: 12px;
- color : #555555;
- font-weight:bold;
- text-decoration : none;
-}
-
-a.openocd:link
-{
- font-size: 12px;
- color : #555555;
- font-weight:bold;
- text-decoration : none;
-}
-
-a.openocd:visited
-{
- font-size: 12px;
- color : #555555;
- font-weight:bold;
- text-decoration : none;
-}
-
-a.openocd:active
-{
- font-size: 12px;
- color : #555555;
- font-weight:bold;
- text-decoration : none;
-}
-
-a.openocd:hover
-{
- font-size: 12px;
- color : #024d67;
- font-weight:bold;
- text-decoration : none;
-}
-
-body
-{
- background-color : green;
- background-color : #176e8c;
- font-family : Arial;
- font-size: 12px;
- line-height: 15px;
- color : #024d67;
-
-}
-
-h1
-{
- padding: 0px;
- font-size: 18px;
- font-weight:bold;
- text-decoration : none;
- margin-bottom: 8px;
-}
-
-td
-{
- padding: 0px;
- font-size: 12px;
- vertical-align:top;
-
-}
-
-.textlight
-{
- color: #cccccc;
- padding: 0px;
- font-size: 12px;
- vertical-align:top;
-
-}
-
-.fontbigger
-{
- font-size:14px;
-}
-
-.textgray
-{
- color: #555555;
-}
-
-.formtext
-{
- padding-top: 4px;
- font-size: 14px;
- padding-right:10px;
-}
-
-input
-{
- font-size: 14px;
-}
-
-.buttonspacelarge
-{
- width:20px;
-}
-
-.buttonspacesmall
-{
- width:8px;
-}
+a:link +{ + font-size: 12px; + color : #024d67; + font-weight:bold; + text-decoration : none; +} + +a:visited +{ + font-size: 12px; + color : #024d67; + font-weight:bold; + text-decoration : none; +} + +a:active +{ + font-size: 12px; + color : #024d67; + font-weight:bold; + text-decoration : none; +} + +a:hover +{ + font-size: 12px; + color : #555555; + font-weight:bold; + text-decoration : none; +} + +a.openocd:link +{ + font-size: 12px; + color : #555555; + font-weight:bold; + text-decoration : none; +} + +a.openocd:visited +{ + font-size: 12px; + color : #555555; + font-weight:bold; + text-decoration : none; +} + +a.openocd:active +{ + font-size: 12px; + color : #555555; + font-weight:bold; + text-decoration : none; +} + +a.openocd:hover +{ + font-size: 12px; + color : #024d67; + font-weight:bold; + text-decoration : none; +} + +body +{ + background-color : green; + background-color : #176e8c; + font-family : Arial; + font-size: 12px; + line-height: 15px; + color : #024d67; + +} + +h1 +{ + padding: 0px; + font-size: 18px; + font-weight:bold; + text-decoration : none; + margin-bottom: 8px; +} + +td +{ + padding: 0px; + font-size: 12px; + vertical-align:top; + +} + +.textlight +{ + color: #cccccc; + padding: 0px; + font-size: 12px; + vertical-align:top; + +} + +.fontbigger +{ + font-size:14px; +} + +.textgray +{ + color: #555555; +} + +.formtext +{ + padding-top: 4px; + font-size: 14px; + padding-right:10px; +} + +input +{ + font-size: 14px; +} + +.buttonspacelarge +{ + width:20px; +} + +.buttonspacesmall +{ + width:8px; +} |