Balanced width to topic / Categories

This commit is contained in:
Simon Busborg
2015-06-24 15:14:21 +02:00
parent 07cf2075f7
commit 5132e5b6bc
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -202,7 +202,7 @@
<section class="forum-overview">
<div class="forum-single-thread">
<div class="forum-archive-header">
<div class="utilities">
<ul id="breadcrumb">
<li><a href="/documentation" rel="nofollow">Our Umbraco</a></li><li><a href="/documentation/Extending-Umbraco" rel="nofollow">Forum</a></li><li><a href="/documentation/Extending-Umbraco/Dashboards" rel="nofollow">Starter kit solutions on Github: how to use?</a></li>
</ul>
@@ -255,12 +255,12 @@
<div class="body-meta">
<div class="topic">
<h2>
Starter kit solutions on Github: how to use?
After installing Demo Razor Store: "The type or namespace name 'Raven' could not be found" (When Building in Visual Studio)
</h2>
</div>
<div class="categories">
<div class="category core">
<a href="#">Contour</a>
<a href="#">uCommerce Support</a>
</div>
<div class="version">
<a href="#">Umbraco 7</a>
@@ -374,7 +374,7 @@
flex: 0 0 100%;
@media (min-width: $md) {
flex: 0 0 57%;
flex: 0 0 72%;
margin-right: 3%;
}
@@ -389,7 +389,7 @@
flex: 0 0 100%;
@media (min-width: $md) {
flex: 0 0 40%;
flex: 0 0 25%;
flex-direction: column;
}
File diff suppressed because one or more lines are too long