mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Reverting typography changes
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44162 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
f50cd8f35c
commit
ef1457f597
@ -93,7 +93,7 @@ HTML;
|
||||
Requirements::javascript("cms/javascript/LeftAndMain.js");
|
||||
Requirements::javascript("jsparty/multifile/multifile.js");
|
||||
Requirements::css("jsparty/multifile/multifile.css");
|
||||
Requirements::css("cms/css/cms_typography.css");
|
||||
Requirements::css("cms/css/typography.css");
|
||||
Requirements::css("cms/css/layout.css");
|
||||
Requirements::css("cms/css/cms_left.css");
|
||||
Requirements::css("cms/css/cms_right.css");
|
||||
|
@ -89,6 +89,7 @@ body div.TreeDropdownField span.items {
|
||||
}
|
||||
|
||||
.right form h2 {
|
||||
color: #000;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
@ -97,6 +98,7 @@ body div.TreeDropdownField span.items {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Actions/Buttons
|
||||
*/
|
||||
|
@ -1,39 +0,0 @@
|
||||
/**
|
||||
Everything is important, to make sure the cms has these styles.
|
||||
*/
|
||||
|
||||
.right * {
|
||||
font-family: Arial, Helvetica, sans-serif !important;
|
||||
}
|
||||
|
||||
.right p, ul, td, th {
|
||||
font-size: 12px !important;
|
||||
}
|
||||
.right p {
|
||||
color: #666 !important;
|
||||
}
|
||||
|
||||
.right h1, h2 {
|
||||
color: #222 !important;
|
||||
}
|
||||
.right h1 {
|
||||
font-size: 20px !important;
|
||||
}
|
||||
.right h2{
|
||||
font-family:"Helvetica Neue",Helvetica,Arial,Sans-serif !important;
|
||||
font-size:12px !important;
|
||||
font-weight:bold !important;
|
||||
}
|
||||
.right a {
|
||||
color: #162f42 !important;
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
|
||||
.right a:hover {
|
||||
color: #0074c6 !important;
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
|
||||
.right a img {
|
||||
border-style: none !important;
|
||||
}
|
@ -5,7 +5,7 @@
|
||||
<% base_tag %>
|
||||
<title>$ApplicationName</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="cms/css/cms_typography.css" />
|
||||
<link rel="stylesheet" type="text/css" href="cms/css/typography.css" />
|
||||
<link rel="stylesheet" type="text/css" href="cms/css/layout.css" />
|
||||
<link rel="stylesheet" type="text/css" href="cms/css/cms_left.css" />
|
||||
<link rel="stylesheet" type="text/css" href="cms/css/cms_right.css" />
|
||||
|
Loading…
Reference in New Issue
Block a user