Skip to content

Commit a43607c

Browse files
committed
#14 #5: melhorada aparencia de listas de definicao; adicionado <nav>
explicitamente ao indice de topicos, pois é uma navegação importante demais para ficar apenas como lista sem ordenação
1 parent 9cfab7b commit a43607c

File tree

2 files changed

+19
-8
lines changed

2 files changed

+19
-8
lines changed

css/main.scss

+10
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,14 @@ $on-laptop: 800px;
6262
}
6363
.dl-meta dd {
6464
padding-left: 2em;
65+
}
66+
//.dl-traducao > dt {
67+
// size: 1.3em;
68+
//}
69+
.dl-traducao > dd {
70+
padding-left: 2em;
71+
padding-top: 1em;
72+
}
73+
.dl-traducao > dd:before {
74+
content: "» "
6575
}

hobbes/linha-do-tempo-da-internet/index.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -31,28 +31,29 @@ discussion: https://github.com/webiwg/historia-web-pt/issues/5
3131
---
3232

3333
<!-- Geração automática de índice, inicio -->
34-
34+
<nav markdown="1">
3535

3636
## Índice de tópicos
3737
{:.no_toc}
3838

3939
1. Indice de Tópicos. Esta linha será substituída
4040
{:toc}
4141

42-
42+
</nav>
4343
<!-- Geração automática de índice, fim -->
4444

4545
## Por década
4646

4747
### 1950s
4848

49-
<dl>
50-
51-
<dt>**1957**</dt>
52-
53-
<dd>USSR launches Sputnik, first artificial earth satellite. In response, US forms the Advanced Research Projects Agency ([ARPA](http://www.darpa.mil/)), the following year, within the Department of Defense (DoD) to establish US lead in science and technology applicable to the military (:amk:)</dd>
49+
{:auto_ids-year}
50+
1957
51+
: USSR launches Sputnik, first artificial earth satellite.
52+
In response, US forms the Advanced Research Projects Agency ([ARPA](http://www.darpa.mil/)),
53+
the following year,
54+
within the Department of Defense (DoD) to establish US lead in science and technology applicable to the military (:amk:)
55+
{: .dl-traducao}
5456

55-
</dl>
5657

5758
* * *
5859

0 commit comments

Comments
 (0)