repo.or.cz
/
moodle-linuxchix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
adding some strings
[moodle-linuxchix.git]
/
question
/
format
/
xhtml
/
xhtml.css
blob
4eb3b28d69d143353e3d2c11cae3106b4abee9c0
1
<
style
>
2
body
{
3
font-family
:
Verdana
,
Helvetica
,
Sans-Serif
;
4
background-color
:
#fff
;
5
color
:
#000
;
6
}
7
8
.question
{
9
border
:
1px
solid
#ddd
;
10
margin
:
5px
;
11
padding
:
3px
;
12
}
13
14
.question h3
{
15
font-weight
:
normal
;
16
font-size
:
125
%;
17
}
18
19
.question ul
{
20
list-style-type
:
none
;
21
}
22
23
</
style
>
24