mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-30 12:25:35 +02:00

There is also a new script to verify completeness of .gitattributes: releng/scripts/verify_gitattributes.sh Change-Id: I2ce270852ab54b66b6c474a6ec94203fe5bba78b
9 lines
434 B
CSS
9 lines
434 B
CSS
a#cdt img { background-image : url(graphics/obj_48/cdt_logo_icon.png); }
|
|
a#cdt:hover img { background-image : url(graphics/obj_48/cdt_logo_icon.png); }
|
|
|
|
a#hello-world-cdt img { background-image : url(graphics/obj_48/cdt_logo_icon.png); }
|
|
a#hello-world-cdt:hover img { background-image : url(graphics/obj_48/cdt_logo_icon.png); }
|
|
|
|
body {
|
|
background-image : url(../../org.eclipse.platform/css/graphics/contentpage/overview_wtr.jpg);
|
|
}
|