瀏覽代碼

Use Theme Styling to Position Text Inside CPU Assignment Rather than Force Inline Style

own3mall 9 年之前
父節點
當前提交
e6a6ac5c1a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/user_games/home_mods.php

+ 1 - 1
modules/user_games/home_mods.php

@@ -142,7 +142,7 @@ function exec_ogp_module()
 
 		echo '<h3>'.get_lang('cpu_affinity').'</h3>';
 		echo "<p class='info'>". cpu_affinity_info ."</p>\n";
-		echo '<div id="cpu_select" style="text-align: center;">';
+		echo '<div id="cpu_select" class="cpu_select_div">';
 		
 		// Get the selected cores.
 		$enabledCores = $db->getHomeAffinity($home_id);