move images to data:image in html

This commit is contained in:
smgladkovskiy 2011-05-25 09:53:02 +04:00
parent d1fe511222
commit fcf6bdb4ce
15 changed files with 32 additions and 36 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 861 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 655 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 452 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 634 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 390 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 413 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 541 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 591 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 663 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 582 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 209 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 793 B

View File

@ -7,7 +7,7 @@ div#kohana-debug-toolbar pre,
div#kohana-debug-toolbar h1,
div#kohana-debug-toolbar img,
div#kohana-debug-toolbar a,
div#kohana-debug-toolbar ul,
div#kohana-debug-toolbar ul,
div#kohana-debug-toolbar li,
div#kohana-debug-toolbar table,
div#kohana-debug-toolbar tr,
@ -52,7 +52,7 @@ div#kohana-debug-toolbar h1 {
color: #000;
display:block;
}
div#kohana-debug-toolbar a,
div#kohana-debug-toolbar a,
div#kohana-debug-toolbar a:hover {
text-decoration: none;
color: #222;
@ -129,7 +129,7 @@ div#kohana-debug-toolbar div#debug-toolbar ul.menu li {
cursor: pointer;
line-height: 16px;
}
div#kohana-debug-toolbar div#debug-toolbar ul.menu li.last {
div#kohana-debug-toolbar div#debug-toolbar ul.menu li.last {
border: none;
}
@ -141,15 +141,15 @@ div#kohana-debug-toolbar div#debug-database { padding: 3px 0px; }
/* Vars & Config */
div#kohana-debug-toolbar div#debug-vars {
padding: 3px 0px;
padding: 3px 0px;
}
div#kohana-debug-toolbar div#debug-vars pre {
background-color: #ddd;
padding: 5px;
color: #333;
}
div#kohana-debug-toolbar div#debug-vars .varmenu {
margin: 20px 0 0 0;
div#kohana-debug-toolbar div#debug-vars .varmenu {
margin: 20px 0 0 0;
height: 23px;
}
div#kohana-debug-toolbar div#debug-vars .varmenu li {
@ -220,5 +220,4 @@ div#kohana-debug-toolbar div#debug-customs .sectionmenu li.active {
background-color: #ddd;
color: #000;
}
</style>

File diff suppressed because one or more lines are too long