source: Dev/branches/play-2.0.1/documentation/api/scala/lib/ref-index.css @ 322

Last change on this file since 322 was 322, checked in by hendrikvanantwerpen, 13 years ago

Added Play! framework and application with Jena dependency. Working on
the basic things now (login/register), after that start implementing
our data model.

File size: 363 bytes
Line 
1body {
2        font-size: 10pt;
3        font-family: sans-serif;
4}
5
6a {
7        color:#69481D;
8}
9
10.letters {
11  width:100%;
12  text-align:center;
13  margin:0.6em;
14  padding:0.1em;
15  border-bottom:1px solid gray;
16}
17
18.entry {
19  border-bottom: 1px solid lightgray;
20  padding: 5px 0 8px;
21}
22
23.name {
24        /* background-color:#E5E5E5; */
25}
26
27.occurrences {
28  margin-left: 1em;
29  margin-top: 5px;     
30}
Note: See TracBrowser for help on using the repository browser.