Initial commit.

Creating the standard Autotools infrastructure and adding the
first extensions (the Hello, World! provided by the wizard).
This commit is contained in:
Giovanni Campagna
2011-01-12 17:32:40 +01:00
commit ec6bbef28a
13 changed files with 170 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
/* Example stylesheet */
.helloworld-label {
font-size: 36px;
font-weight: bold;
color: #ffffff;
background-color: rgba(10,10,10,0.7);
border-radius: 5px;
}