Merge 12304:14009 from trunk.
This commit is contained in:
commit
c8ee135104
36 changed files with 174 additions and 130 deletions
BIN
public/images/donate.png
Normal file
BIN
public/images/donate.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
|
@ -1,5 +1,6 @@
|
|||
User-agent: *
|
||||
Disallow: /api/
|
||||
Disallow: /browse/
|
||||
Disallow: /trace/
|
||||
Disallow: /edit
|
||||
Disallow: /login
|
||||
Disallow: /login
|
||||
|
|
|
@ -64,13 +64,14 @@ body {
|
|||
}
|
||||
|
||||
#intro {
|
||||
width: 150px;
|
||||
width: 170px;
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
border: 1px solid #ccc;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
#intro p { margin: 10px; }
|
||||
|
||||
#alert {
|
||||
width: 150px;
|
||||
margin: 10px;
|
||||
|
@ -82,6 +83,17 @@ body {
|
|||
font-size: 14px;
|
||||
}
|
||||
|
||||
#donate {
|
||||
width: 150px;
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
border: 1px solid #ccc;
|
||||
background: #ea0;
|
||||
line-height: 1.2em;
|
||||
text-align: left;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.left_menu {
|
||||
width: 150px;
|
||||
min-width: 150px;
|
||||
|
@ -361,17 +373,9 @@ hr {
|
|||
top: 4px;
|
||||
}
|
||||
|
||||
#cclogo {
|
||||
width: 150px;
|
||||
min-width: 150px;
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
left: 0px;
|
||||
line-height: 1.2em;
|
||||
text-align: left;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
background: #fff;
|
||||
.button {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
#controls img
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue