Correction of SoC.css, adjust the look of the class index big letters.
This commit is contained in:
parent
1e1495e294
commit
6939025a0d
|
@ -1,12 +1,12 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
confFiles=""
|
confFiles=""
|
||||||
confFiles="${confFiles} open.png"
|
#confFiles="${confFiles} open.png"
|
||||||
confFiles="${confFiles} closed.png"
|
#confFiles="${confFiles} closed.png"
|
||||||
confFiles="${confFiles} jquery.js"
|
#confFiles="${confFiles} jquery.js"
|
||||||
confFiles="${confFiles} dynsections.js"
|
#confFiles="${confFiles} dynsections.js"
|
||||||
confFiles="${confFiles} SoC.css"
|
confFiles="${confFiles} SoC.css"
|
||||||
confFiles="${confFiles} header.html"
|
#confFiles="${confFiles} header.html"
|
||||||
|
|
||||||
rootDir="${HOME}/coriolis-2.x/src/coriolis"
|
rootDir="${HOME}/coriolis-2.x/src/coriolis"
|
||||||
sourceToolDoc="${rootDir}/hurricane/doc/hurricane"
|
sourceToolDoc="${rootDir}/hurricane/doc/hurricane"
|
||||||
|
|
|
@ -277,8 +277,13 @@
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.ah, div.title {
|
div.ah {
|
||||||
/*font-family: time;*/
|
font-family: Times;
|
||||||
|
font-size: 300%;
|
||||||
|
font-weight: bold;
|
||||||
|
padding: 20px;
|
||||||
|
}
|
||||||
|
div.title {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 200%;
|
font-size: 200%;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
|
@ -277,8 +277,13 @@
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.ah, div.title {
|
div.ah {
|
||||||
/*font-family: time;*/
|
font-family: Times;
|
||||||
|
font-size: 300%;
|
||||||
|
font-weight: bold;
|
||||||
|
padding: 20px;
|
||||||
|
}
|
||||||
|
div.title {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 200%;
|
font-size: 200%;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
|
@ -277,8 +277,13 @@
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.ah, div.title {
|
div.ah {
|
||||||
/*font-family: time;*/
|
font-family: Times;
|
||||||
|
font-size: 300%;
|
||||||
|
font-weight: bold;
|
||||||
|
padding: 20px;
|
||||||
|
}
|
||||||
|
div.title {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 200%;
|
font-size: 200%;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
|
@ -277,8 +277,13 @@
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.ah, div.title {
|
div.ah {
|
||||||
/*font-family: time;*/
|
font-family: Times;
|
||||||
|
font-size: 300%;
|
||||||
|
font-weight: bold;
|
||||||
|
padding: 20px;
|
||||||
|
}
|
||||||
|
div.title {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 200%;
|
font-size: 200%;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -286,7 +291,7 @@
|
||||||
border: 2px solid black;
|
border: 2px solid black;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.center, div.image {
|
div.center {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -277,8 +277,13 @@
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.ah, div.title {
|
div.ah {
|
||||||
/*font-family: time;*/
|
font-family: Times;
|
||||||
|
font-size: 300%;
|
||||||
|
font-weight: bold;
|
||||||
|
padding: 20px;
|
||||||
|
}
|
||||||
|
div.title {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 200%;
|
font-size: 200%;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
|
@ -277,8 +277,13 @@
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.ah, div.title {
|
div.ah {
|
||||||
/*font-family: time;*/
|
font-family: Times;
|
||||||
|
font-size: 300%;
|
||||||
|
font-weight: bold;
|
||||||
|
padding: 20px;
|
||||||
|
}
|
||||||
|
div.title {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 200%;
|
font-size: 200%;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
Loading…
Reference in New Issue