Skip to content

Commit

Permalink
Corrected syntax errors in StateMachine.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
sayedzeeshan committed Feb 2, 2015
1 parent de58dfb commit d081b6c
Show file tree
Hide file tree
Showing 41 changed files with 745 additions and 816 deletions.
13 changes: 7 additions & 6 deletions Aruuz.Website/Aruuz.Website.csproj
Expand Up @@ -246,9 +246,8 @@
</ItemGroup>
<ItemGroup>
<Content Include="Content\bootstrap-theme.min.css" />
<Content Include="..\..\..\..\..\Desktop\bootstrap.css">
<Content Include="Content\bootstrap.css">
<DependentUpon>bootstrap.less</DependentUpon>
<Link>Content\bootstrap.css</Link>
</Content>
<Content Include="Content\bootstrap.min.css" />
<Content Include="Content\create.js" />
Expand Down Expand Up @@ -278,10 +277,6 @@
<SubType>Designer</SubType>
</None>
<Content Include="Content\bootstrap.less" />
<Content Include="..\..\..\..\..\Desktop\bootstrap.css.map">
<DependentUpon>bootstrap.css</DependentUpon>
<Link>Content\bootstrap.css.map</Link>
</Content>
<Content Include="Content\less\alerts.less" />
<Content Include="Content\less\badges.less" />
<Content Include="Content\less\breadcrumbs.less" />
Expand Down Expand Up @@ -373,6 +368,10 @@
<Content Include="fonts\NotoNastaliqUrduDraft.ttf" />
<Content Include="fonts\nafees-web-naskh-regular.ttf" />
<Content Include="fonts\NotoNastaliqUrduDraft.woff" />
<Content Include="Content\bootstrap.css.map">
<DependentUpon>bootstrap.css</DependentUpon>
</Content>
<None Include="Properties\PublishProfiles\ftphome.pubxml" />
<None Include="Properties\PublishProfiles\home.pubxml" />
<None Include="Properties\PublishProfiles\LabProfile.pubxml" />
<Content Include="icons\1390231936_Streamline-22.png" />
Expand Down Expand Up @@ -805,7 +804,9 @@
<Content Include="Scripts\globalize\globalize.js" />
<Content Include="Scripts\html5shiv.js" />
<Content Include="res\faelat_3rd_internet_edition_2014.pdf" />
<Content Include="res\M_Y_Aasy_asan_aruz.pdf" />
<None Include="Scripts\jquery-2.0.3.intellisense.js" />
<Content Include="Scripts\jquery-1.9.1.min.js" />
<Content Include="Scripts\jquery-2.0.3.js" />
<Content Include="Scripts\jquery-2.0.3.min.js" />
<Content Include="Scripts\jquery-2.0.3.min.map" />
Expand Down
112 changes: 56 additions & 56 deletions Aruuz.Website/Content/bootstrap.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Aruuz.Website/Content/bootstrap.css.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions Aruuz.Website/Content/less/carousel.less
Expand Up @@ -189,11 +189,11 @@
// -----------------------------
// Hidden by default for smaller viewports
.carousel-caption {
position: absolute;
left: 15%;
right: 15%;
position:absolute;
background-color: rgba(0,0,0,0.3);
left: 30%;
right: 30%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: @carousel-caption-color;
Expand Down
2 changes: 1 addition & 1 deletion Aruuz.Website/Content/less/tables.less
Expand Up @@ -27,7 +27,7 @@ th {
padding: @table-cell-padding;
line-height: @line-height-base;
vertical-align: top;
border-top: 1px solid @table-border-color;
border-bottom: 1px solid @table-border-color;
}
}
}
Expand Down

0 comments on commit d081b6c

Please sign in to comment.