Skip to content

Commit

Permalink
css improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
janmonschke committed May 4, 2011
1 parent 13ae873 commit 2b16fd8
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 39 deletions.
17 changes: 10 additions & 7 deletions kolloquium/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -169,13 +169,11 @@ ol {
}

li, p{
margin-bottom: 10px;
margin-bottom: 15px;
text-align: left;
list-style-type: disc;
}

ul {

}

a:not(.image) {
color: #1b6263;
Expand Down Expand Up @@ -222,11 +220,16 @@ p.tiny {
font-size: 18pt;
}

li ul {
ul.toc li {
margin-left: 50px;
list-style-type: circle;
}

ul.toc li.list_heading {
margin-left: 0;
list-style-type: none;
}



ul.no_bullets li{
list-style-type: none;
}
56 changes: 24 additions & 32 deletions kolloquium/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,26 +53,22 @@ <h3>Design and implementation of a web-based platform to present designer-portfo

<section>
<h2>Structure</h2>
<ul>
<ul class="no_bullets">
<li>I. Salon</li>
<li>II. Single Page Web Apps</li>
</ul>
</section>

<section>
<h2>Structure</h2>
<ul>
<li>I. Salon</li>
<li>
<ul>
<li>Intro</li>
<li>Idea</li>
<li>Platform</li>
<li>Demo</li>
<li>Quo vadis Salon?</li>
<li>Evaluation</li>
</ul>
</li>
<ul class="toc">
<li class="list_heading">I. Salon</li>
<li>Intro</li>
<li>Idea</li>
<li>Platform</li>
<li>Demo</li>
<li>Quo vadis Salon?</li>
<li>Evaluation</li>
</ul>
</section>

Expand Down Expand Up @@ -108,34 +104,30 @@ <h3>I. Idea of Salon</h3>
<ul>
<li>Introducing Salon: a portfolio platform for designers.</li>
<li>Focus on interactivity and creativity.</li>
<li>Each page gets a unique layout.</li>
<li>No static layouts: Everything is draggable.</li>
<li>No static layouts: Everything is draggable / customizable</li>
<li>Prototype developed at HFG Offenbach by Dipl-Inf. Deutsch and Dipl-Des. Landrock.</li>
</ul>
</section>

<section>
<h3>I. Idea of Salon</h3>
<ul>
<li>Introducing Salon: a portfolio platform for designers.</li>
<li>Focus on interactivity and creativity.</li>
<li>Each page gets a unique layout.</li>
<li>No static layouts: Everything is draggable.</li>
</ul>
<p>ADD INDEX SCREENSHOT</p>
</section>

<section>
<h3>I. The Platform: Components</h3>
<p>ADD DATA SCHEMA IMAGE and explain</p>
</section>

<section>
<h2>Structure</h2>
<ul>
<li>II. Single Page Web Apps</li>
<li>
<ul>
<li>Intro</li>
<li>Comparison</li>
<li>Benefits</li>
<li>Problems</li>
<li>Conclusion</li>
</ul>
</li>
<ul class="toc">
<li class="list_heading">II. Single Page Web Apps</li>
<li>Intro</li>
<li>Comparison</li>
<li>Benefits</li>
<li>Problems</li>
<li>Conclusion</li>
</ul>
</section>

Expand Down

0 comments on commit 2b16fd8

Please sign in to comment.